Html Css Color HEX #08406E Dark Cerulean

📋 copy color: '#08406E'

red 8 ◦ green 64 ◦ blue 110

#08406E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #08406E

Tints of Dark Cerulean #08406E

RGB

 RED value IS 8 (3.52% from 255) = 4.4%

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 110 (43.36% from 255) = 60.44%

R = 4.4%
G = 35.16%
B = 60.44%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08406E (or 0x08406E) is known color: Dark Cerulean. HEX triplet: 08, 40 and 6E. RGB value is (8,64,110). Sum of RGB (Red+Green+Blue) = 8+64+110=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #08406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08406E is #F7BF91. Grayscale: #343434. Windows color (decimal): -16236434 or 7225352. OLE color: 7225352.

HSL color Cylindrical-coordinate representation of color #08406E: hue angle of 207.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08406E is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 64 110 -
CMYK 0.93 0.42 0 0.57
HSL 207.06º 0.86% 0.23% -
HSV(B) 207.06º 0.93% 0.43% -
XYZ 4.75 4.84 15.44 -
YUV 52.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 8 64 110 0.93 0.42 0 0.57 207.06 0.86 0.23
Hex 8 40 6E 5D 2A 0 39 CF 56 17
Octal 10 100 156 135 52 0 71 317 126 27
Binary 1000 1000000 1101110 1011101 101010 0 111001 11001111 1010110 10111

Color Harmonies of #08406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08406E

Black with #08406E

Text Example


Text Example

White with #08406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08406E; }

 p { color: rgb(8,64,110); }

 H1.HeaderClassName
 {
   color: #08406E;
 }
 .AnyTagClassName
 {
   color: #08406E;
 }
</style>

background-color css

<style>
 a { background-color: #08406E; }

 a { background-color: rgb(8,64,110); }

 div.DivClassName
 {
   background-color: #08406E;
 }
 .BgClassName
 {
   background-color: #08406E;
 }
</style>

border-color css

<style>
 span { border-color: #08406E; }

 span { border-color: rgb(8,64,110); }

 td.TdClassName
 {
   border-color: #08406E;
 }
 .TagClassName
 {
   border-color: #08406E;
 }
</style>