Html Css Color HEX #08418A Dark Cerulean

📋 copy color: '#08418A'

red 8 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #08418A

Tints of Dark Cerulean #08418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 3.79%
G = 30.81%
B = 65.4%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08418A (or 0x08418A) is known color: Dark Cerulean. HEX triplet: 08, 41 and 8A. RGB value is (8,65,138). Sum of RGB (Red+Green+Blue) = 8+65+138=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #08418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08418A is #F7BE75. Grayscale: #373737. Windows color (decimal): -16236150 or 9060616. OLE color: 9060616.

HSL color Cylindrical-coordinate representation of color #08418A: hue angle of 213.69º 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 #08418A is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 65 138 -
CMYK 0.94 0.53 0 0.46
HSL 213.69º 0.89% 0.29% -
HSV(B) 213.69º 0.94% 0.54% -
XYZ 6.58 5.67 24.79 -
YUV 56.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 8 65 138 0.94 0.53 0 0.46 213.69 0.89 0.29
Hex 8 41 8A 5E 35 0 2E D6 59 1D
Octal 10 101 212 136 65 0 56 326 131 35
Binary 1000 1000001 10001010 1011110 110101 0 101110 11010110 1011001 11101

Color Harmonies of #08418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08418A

Black with #08418A

Text Example


Text Example

White with #08418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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