Html Css Color HEX #08426E Dark Cerulean

📋 copy color: '#08426E'

red 8 ◦ green 66 ◦ blue 110

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

Shades of Dark Cerulean #08426E

Tints of Dark Cerulean #08426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 4.35%
G = 35.87%
B = 59.78%

CMYK

 C value IS 0.93

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08426E (or 0x08426E) is known color: Dark Cerulean. HEX triplet: 08, 42 and 6E. RGB value is (8,66,110). Sum of RGB (Red+Green+Blue) = 8+66+110=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #08426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08426E is #F7BD91. Grayscale: #353535. Windows color (decimal): -16235922 or 7225864. OLE color: 7225864.

HSL color Cylindrical-coordinate representation of color #08426E: hue angle of 205.88º 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 #08426E is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 66 110 -
CMYK 0.93 0.4 0 0.57
HSL 205.88º 0.86% 0.23% -
HSV(B) 205.88º 0.93% 0.43% -
XYZ 4.86 5.07 15.47 -
YUV 53.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 8 66 110 0.93 0.4 0 0.57 205.88 0.86 0.23
Hex 8 42 6E 5D 28 0 39 CE 56 17
Octal 10 102 156 135 50 0 71 316 126 27
Binary 1000 1000010 1101110 1011101 101000 0 111001 11001110 1010110 10111

Color Harmonies of #08426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08426E

Black with #08426E

Text Example


Text Example

White with #08426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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