COLOR #002B7D

HEX: #002B7D
RGB: (0,43,125)

Renk bilgisi

#002B7D contains mainly blue color. #002B7D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#002B7D color RGB value is (0,43,125).

  • kırmız ton 0;
  • yeşil ton 43;
  • mavi ton 125.
RGB:
(0,43,125)
(0%,17%,49%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 43 of 255 = 17%
B 125 of 255 = 49%

0
43
125

R + G + B ~ 22%. #002B7D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 43 + 125 = 168 (100%)
R 0 of 168 ~ 0%
G 43 of 168 ~ 25.6%
B 125 of 168 ~ 74.4%

%25.6
%74.4

CMYK RENK MODELİ

#002B7D rengi CMYK tonu (100,66,0,51).

  • camgöbeği tonu 100.00%
  • eflatun tonu 65.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(100,66,0,51)
C100M66Y0K51 
(100%,66%,0%,51%)
(1.00/0.66/0.00/0.51)	

CMYK yüzdeleri

%100
%65.6
%0
%50.98

Codes

Color #002B7D in popluar color models

002B7D
RGB043125
HSL219°100.00%24.51%
HSB/HSV219°100.00%49.02%
CMYK100.00%65.60%0.00%
50.98%

Color #002B7D in popluar number systems.

HEX002B7D
Decimal043125
Binary01010111111101
Octal053175

Shades and tints

Shades of #002B7D

#002B7D
(0,43,125)
#002872
(0,40,114)
#002567
(0,37,103)
#00225C
(0,34,92)
#001F51
(0,31,81)
#001C46
(0,28,70)
#00193B
(0,25,59)
#001630
(0,22,48)
#001325
(0,19,37)
#00101A
(0,16,26)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #002B7D

#002B7D
(0,43,125)
#173E88
(23,62,136)
#2E5193
(46,81,147)
#45649E
(69,100,158)
#5C77A9
(92,119,169)
#738AB4
(115,138,180)
#8A9DBF
(138,157,191)
#A1B0CA
(161,176,202)
#B8C3D5
(184,195,213)
#CFD6E0
(207,214,224)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002B7D color. Also use rgb(0,43,125) instead hex code.

Text Font Color

.myTextColor { color: #002B7D; }

<p style="color:#002B7D">This sample text font color is #002B7D.</p>

This text font color is #002B7D.


Background Color

.myBgColor { background-color: #002B7D; }

<div style="background-color:#002B7D">Inner text</div>

This div background color is #002B7D.


Border color

.myBorderColor { border: 1px solid #002B7D; }

<div style="border:3px solid #002B7D">Div</div>

This div border color is #002B7D.


Opacity

.myOpacity80 { color: #002B7D; opacity: 0.8; }

<p style="color:#002B7D;opacity:0.8;">80%</p>

Text with #002B7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #002B7D;}

<p style="text-shadow: 3px 3px 1px #002B7D">Text here.</p>

This text has shadow with #002B7D color.

.textShadow {text-shadow: 3px 3px 1px #002B7D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #002B7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #002B7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#002B7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#002B7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #002B7D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #002B7D;
  -webkit-box-shadow:	1px 1px 3px 2px #002B7D;
  box-shadow:		1px 1px 3px 2px #002B7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002B7D;
-webkit-box-shadow: 1px 1px 3px 2px #002B7D;
box-shadow:1px 1px 3px 2px #002B7D;">
Div content here</div>
This div box has shadow with color #002B7D.

Preview

Color preview on black background

This text has color #002B7D on black background.


Color preview on white background

This text has color #002B7D on white background.



Black color preview on #002B7D background

This text has black color on #002B7D background.


White color preview on #002B7D background

This text has white color on #002B7D background.