Html Css Color HEX #08408B Dark Cerulean

📋 copy color: '#08408B'

red 8 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #08408B

Tints of Dark Cerulean #08408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 3.79%
G = 30.33%
B = 65.88%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08408B (or 0x08408B) is known color: Dark Cerulean. HEX triplet: 08, 40 and 8B. RGB value is (8,64,139). Sum of RGB (Red+Green+Blue) = 8+64+139=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #08408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08408B is #F7BF74. Grayscale: #373737. Windows color (decimal): -16236405 or 9125896. OLE color: 9125896.

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

Color convert

RGB 8 64 139 -
CMYK 0.94 0.54 0 0.45
HSL 214.35º 0.89% 0.29% -
HSV(B) 214.35º 0.94% 0.55% -
XYZ 6.59 5.58 25.16 -
YUV 55.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 8 64 139 0.94 0.54 0 0.45 214.35 0.89 0.29
Hex 8 40 8B 5E 36 0 2D D6 59 1D
Octal 10 100 213 136 66 0 55 326 131 35
Binary 1000 1000000 10001011 1011110 110110 0 101101 11010110 1011001 11101

Color Harmonies of #08408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08408B

Black with #08408B

Text Example


Text Example

White with #08408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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