Html Css Color HEX #08408E Dark Cerulean

📋 copy color: '#08408E'

red 8 ◦ green 64 ◦ blue 142

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

Shades of Dark Cerulean #08408E

Tints of Dark Cerulean #08408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.36%

R = 3.74%
G = 29.91%
B = 66.36%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08408E (or 0x08408E) is known color: Dark Cerulean. HEX triplet: 08, 40 and 8E. RGB value is (8,64,142). Sum of RGB (Red+Green+Blue) = 8+64+142=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #08408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08408E is #F7BF71. Grayscale: #373737. Windows color (decimal): -16236402 or 9322504. OLE color: 9322504.

HSL color Cylindrical-coordinate representation of color #08408E: hue angle of 214.93º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08408E is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 64 142 -
CMYK 0.94 0.55 0 0.44
HSL 214.93º 0.89% 0.29% -
HSV(B) 214.93º 0.94% 0.56% -
XYZ 6.82 5.67 26.33 -
YUV 56.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 8 64 142 0.94 0.55 0 0.44 214.93 0.89 0.29
Hex 8 40 8E 5E 37 0 2C D7 59 1D
Octal 10 100 216 136 67 0 54 327 131 35
Binary 1000 1000000 10001110 1011110 110111 0 101100 11010111 1011001 11101

Color Harmonies of #08408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08408E

Black with #08408E

Text Example


Text Example

White with #08408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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