Html Css Color HEX #08418B Dark Cerulean

📋 copy color: '#08418B'

red 8 ◦ green 65 ◦ blue 139

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

Shades of Dark Cerulean #08418B

Tints of Dark Cerulean #08418B

RGB

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

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

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

R = 3.77%
G = 30.66%
B = 65.57%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08418B (or 0x08418B) is known color: Dark Cerulean. HEX triplet: 08, 41 and 8B. RGB value is (8,65,139). Sum of RGB (Red+Green+Blue) = 8+65+139=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #08418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08418B is #F7BE74. Grayscale: #383838. Windows color (decimal): -16236149 or 9126152. OLE color: 9126152.

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

Color convert

RGB 8 65 139 -
CMYK 0.94 0.53 0 0.45
HSL 213.89º 0.89% 0.29% -
HSV(B) 213.89º 0.94% 0.55% -
XYZ 6.65 5.7 25.18 -
YUV 56.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 8 65 139 0.94 0.53 0 0.45 213.89 0.89 0.29
Hex 8 41 8B 5E 35 0 2D D6 59 1D
Octal 10 101 213 136 65 0 55 326 131 35
Binary 1000 1000001 10001011 1011110 110101 0 101101 11010110 1011001 11101

Color Harmonies of #08418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08418B

Black with #08418B

Text Example


Text Example

White with #08418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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