Html Css Color HEX #08426C Dark Cerulean

📋 copy color: '#08426C'

red 8 ◦ green 66 ◦ blue 108

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

Shades of Dark Cerulean #08426C

Tints of Dark Cerulean #08426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 4.4%
G = 36.26%
B = 59.34%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08426C (or 0x08426C) is known color: Dark Cerulean. HEX triplet: 08, 42 and 6C. RGB value is (8,66,108). Sum of RGB (Red+Green+Blue) = 8+66+108=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #08426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08426C is #F7BD93. Grayscale: #353535. Windows color (decimal): -16235924 or 7094792. OLE color: 7094792.

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

Color convert

RGB 8 66 108 -
CMYK 0.93 0.39 0 0.58
HSL 205.2º 0.86% 0.23% -
HSV(B) 205.2º 0.93% 0.42% -
XYZ 4.76 5.03 14.91 -
YUV 53.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 8 66 108 0.93 0.39 0 0.58 205.2 0.86 0.23
Hex 8 42 6C 5D 27 0 3A CD 56 17
Octal 10 102 154 135 47 0 72 315 126 27
Binary 1000 1000010 1101100 1011101 100111 0 111010 11001101 1010110 10111

Color Harmonies of #08426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08426C

Black with #08426C

Text Example


Text Example

White with #08426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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