COLOR #02094B

HEX: #02094B RGB: (2,9,75)

Color info

#02094B contains mainly blue color. Web safe color of #02094B is #000033 (or #003).

RGB color model

#02094B color RGB value is (2,9,75).

RGB: (2,9,75) (1%, 4%, 29%)

RGB channels and saturation

R 2 of 255 = 1%
G 9 of 255 = 4%
B 75 of 255 = 29%

2
9
75

R + G + B ~ 11%. #02094B is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 9 + 75 = 86 (100%)
R 2 of 86 ~ 2.33%
G 9 of 86 ~ 10.47%
B 75 of 86 ~ 87.21'%

%87.21

CMYK color model

#02094B color CMYK value is (97,88,0,71).

  • cyan value is 97.33%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (97,88,0,71)
C97M88Y0K71 (97%, 88%, 0%, 71%)
(0.97 / 0.88 / 0.00 / 0.71)

CMYK percentages

%97.33
%88
%0
%70.59

Codes

Color #02094B in popluar color models

02 09 4B
RGB 2 9 75
HSL 234° 94.81% 15.10%
HSB/HSV 234° 97.33% 29.41%
CMYK 97.33% 88.00% 0.00%
70.59%

Color #02094B in popluar number systems.

HEX 02 09 4B
Decimal 2 9 75
Binary 10 1001 1001011
Octal 2 11 113

Shades and tints

Shades of #02094B

#02094B
(2,9,75)
#020945
(2,9,69)
#02093F
(2,9,63)
#020939
(2,9,57)
#020933
(2,9,51)
#02092D
(2,9,45)
#020927
(2,9,39)
#020921
(2,9,33)
#02091B
(2,9,27)
#020915
(2,9,21)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #02094B

#02094B
(2,9,75)
#191F5B
(25,31,91)
#30356B
(48,53,107)
#474B7B
(71,75,123)
#5E618B
(94,97,139)
#75779B
(117,119,155)
#8C8DAB
(140,141,171)
#A3A3BB
(163,163,187)
#BAB9CB
(186,185,203)
#D1CFDB
(209,207,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02094B color. Also use rgb(2,9,75) instead hex code.

Text Font Color

.myTextColor { color: #02094B; }

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

This text font color is #02094B.

Background Color

.myBgColor { background-color: #02094B; }

<div style="background-color:#02094B">Inner text</div>

This div background color is #02094B.

Border color

.myBorderColor { border: 1px solid #02094B; }

<div style="border:3px solid #02094B">Div</div>

This div border color is #02094B.

Opacity

.myOpacity80 { color: #02094B; opacity: 0.8; }

<p style="color:#02094B;opacity:0.8;">80%</p>

Text with #02094B 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 #02094B;}

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

This text has shadow with #02094B color.


.textShadow {text-shadow: 3px 3px 1px #02094B', 3px 3px 1px red;}

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

This text has shadow with #02094B primary color and red secondary color.


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

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

This text has shadow with #02094B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02094B; -webkit-box-shadow: 1px 1px 3px 2px #02094B; box-shadow:1px 1px 3px 2px #02094B;">
Div content here
</div>

This div box has shadow with color #02094B.

Preview

Color preview on black background

This text has color #02094B on black background.


Color preview on white background

This text has color #02094B on white background.


Black color preview on #02094B background

This text has black color on #02094B background.


White color preview on #02094B background

This text has white color on #02094B background.


Related colors

Complementary color

Complementary color for #hex is #FDF6B4.


I love getcolorcode.com

Triadic colors

1 #4B0209 and #094B02 with #02094B are triadic colors.

2 #4B0902 and #09024B with #02094B are triadic colors.