COLOR #06023B

HEX: #06023B RGB: (6,2,59)

Color info

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

RGB color model

#06023B color RGB value is (6,2,59).

RGB: (6,2,59) (2%, 1%, 23%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 59 of 255 = 23%

6
2
59

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

Portions of RGB colors in percentages

R + G + B = 6 + 2 + 59 = 67 (100%)
R 6 of 67 ~ 8.96%
G 2 of 67 ~ 2.99%
B 59 of 67 ~ 88.06'%

%88.06

CMYK color model

#06023B color CMYK value is (90,97,0,77).

  • cyan value is 89.83%
  • magenta value is 96.61%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (90,97,0,77)
C90M97Y0K77 (90%, 97%, 0%, 77%)
(0.90 / 0.97 / 0.00 / 0.77)

CMYK percentages

%89.83
%96.61
%0
%76.86

Codes

Color #06023B in popluar color models

06 02 3B
RGB 6 2 59
HSL 244° 93.44% 11.96%
HSB/HSV 244° 96.61% 23.14%
CMYK 89.83% 96.61% 0.00%
76.86%

Color #06023B in popluar number systems.

HEX 06 02 3B
Decimal 6 2 59
Binary 110 10 111011
Octal 6 2 73

Shades and tints

Shades of #06023B

#06023B
(6,2,59)
#060236
(6,2,54)
#060231
(6,2,49)
#06022C
(6,2,44)
#060227
(6,2,39)
#060222
(6,2,34)
#06021D
(6,2,29)
#060218
(6,2,24)
#060213
(6,2,19)
#06020E
(6,2,14)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #06023B

#06023B
(6,2,59)
#1C194C
(28,25,76)
#32305D
(50,48,93)
#48476E
(72,71,110)
#5E5E7F
(94,94,127)
#747590
(116,117,144)
#8A8CA1
(138,140,161)
#A0A3B2
(160,163,178)
#B6BAC3
(182,186,195)
#CCD1D4
(204,209,212)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06023B; }

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

This text font color is #06023B.

Background Color

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

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

This div background color is #06023B.

Border color

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

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

This div border color is #06023B.

Opacity

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

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

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

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

This text has shadow with #06023B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06023B.

Preview

Color preview on black background

This text has color #06023B on black background.


Color preview on white background

This text has color #06023B on white background.


Black color preview on #06023B background

This text has black color on #06023B background.


White color preview on #06023B background

This text has white color on #06023B background.


Related colors

Complementary color

Complementary color for #hex is #F9FDC4.


I love getcolorcode.com

Triadic colors

1 #3B0602 and #023B06 with #06023B are triadic colors.

2 #3B0206 and #02063B with #06023B are triadic colors.