COLOR #02093B

HEX: #02093B RGB: (2,9,59)

Color info

#02093B contains red, green and blue colors in about the same proportion. Web safe color of #02093B is #000033 (or #003).

RGB color model

#02093B color RGB value is (2,9,59).

RGB: (2,9,59) (1%, 4%, 23%)

RGB channels and saturation

R 2 of 255 = 1%
G 9 of 255 = 4%
B 59 of 255 = 23%

2
9
59

R + G + B ~ 9%. #02093B is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 9 + 59 = 70 (100%)
R 2 of 70 ~ 2.86%
G 9 of 70 ~ 12.86%
B 59 of 70 ~ 84.29'%

%12.86
%84.29

CMYK color model

#02093B color CMYK value is (97,85,0,77).

  • cyan value is 96.61%
  • magenta value is 84.75%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (97,85,0,77) C97M85Y0K77 (97%,85%,0%,77%) (0.97/0.85/0.00/0.77) 

CMYK percentages

%96.61
%84.75
%0
%76.86

Codes

Color #02093B in popluar color models

02 09 3B
RGB 2 9 59
HSL 233° 93.44% 11.96%
HSB/HSV 233° 96.61% 23.14%
CMYK 96.61% 84.75% 0.00%
76.86%

Color #02093B in popluar number systems.

HEX 02 09 3B
Decimal 2 9 59
Binary 10 1001 111011
Octal 2 11 73

Shades and tints

Shades of #02093B

#02093B
(2,9,59)
#020936
(2,9,54)
#020931
(2,9,49)
#02092C
(2,9,44)
#020927
(2,9,39)
#020922
(2,9,34)
#02091D
(2,9,29)
#020918
(2,9,24)
#020913
(2,9,19)
#02090E
(2,9,14)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #02093B

#02093B
(2,9,59)
#191F4C
(25,31,76)
#30355D
(48,53,93)
#474B6E
(71,75,110)
#5E617F
(94,97,127)
#757790
(117,119,144)
#8C8DA1
(140,141,161)
#A3A3B2
(163,163,178)
#BAB9C3
(186,185,195)
#D1CFD4
(209,207,212)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02093B; }

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

This text font color is #02093B.

Background Color

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

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

This div background color is #02093B.

Border color

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

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

This div border color is #02093B.

Opacity

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

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

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

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

This text has shadow with #02093B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02093B.

Preview

Color preview on black background

This text has color #02093B on black background.


Color preview on white background

This text has color #02093B on white background.


Black color preview on #02093B background

This text has black color on #02093B background.


White color preview on #02093B background

This text has white color on #02093B background.


Related colors

Complementary color

Complementary color for #hex is #FDF6C4.


I love getcolorcode.com

Triadic colors

1 #3B0209 and #093B02 with #02093B are triadic colors.

2 #3B0902 and #09023B with #02093B are triadic colors.