Html Css Color HEX #08426D Dark Cerulean

📋 copy color: '#08426D'

red 8 ◦ green 66 ◦ blue 109

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

Shades of Dark Cerulean #08426D

Tints of Dark Cerulean #08426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 4.37%
G = 36.07%
B = 59.56%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08426D (or 0x08426D) is known color: Dark Cerulean. HEX triplet: 08, 42 and 6D. RGB value is (8,66,109). Sum of RGB (Red+Green+Blue) = 8+66+109=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #08426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08426D is #F7BD92. Grayscale: #353535. Windows color (decimal): -16235923 or 7160328. OLE color: 7160328.

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

Color convert

RGB 8 66 109 -
CMYK 0.93 0.39 0 0.57
HSL 205.54º 0.86% 0.23% -
HSV(B) 205.54º 0.93% 0.43% -
XYZ 4.81 5.05 15.19 -
YUV 53.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 8 66 109 0.93 0.39 0 0.57 205.54 0.86 0.23
Hex 8 42 6D 5D 27 0 39 CE 56 17
Octal 10 102 155 135 47 0 71 316 126 27
Binary 1000 1000010 1101101 1011101 100111 0 111001 11001110 1010110 10111

Color Harmonies of #08426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08426D

Black with #08426D

Text Example


Text Example

White with #08426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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