Html Css Color HEX #08408A Dark Cerulean

📋 copy color: '#08408A'

red 8 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #08408A

Tints of Dark Cerulean #08408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 3.81%
G = 30.48%
B = 65.71%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08408A (or 0x08408A) is known color: Dark Cerulean. HEX triplet: 08, 40 and 8A. RGB value is (8,64,138). Sum of RGB (Red+Green+Blue) = 8+64+138=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #08408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08408A is #F7BF75. Grayscale: #373737. Windows color (decimal): -16236406 or 9060360. OLE color: 9060360.

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

Color convert

RGB 8 64 138 -
CMYK 0.94 0.54 0 0.46
HSL 214.15º 0.89% 0.29% -
HSV(B) 214.15º 0.94% 0.54% -
XYZ 6.52 5.55 24.77 -
YUV 55.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 8 64 138 0.94 0.54 0 0.46 214.15 0.89 0.29
Hex 8 40 8A 5E 36 0 2E D6 59 1D
Octal 10 100 212 136 66 0 56 326 131 35
Binary 1000 1000000 10001010 1011110 110110 0 101110 11010110 1011001 11101

Color Harmonies of #08408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08408A

Black with #08408A

Text Example


Text Example

White with #08408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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