Shades of Dark Cerulean #08418C
Tints of Dark Cerulean #08418C
RGB
CMYK
RGB Variations
Color information
#08418C (or 0x08418C) is known color: Dark Cerulean. HEX triplet: 08, 41 and 8C. RGB value is (8,65,140). Sum of RGB (Red+Green+Blue) = 8+65+140=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #08418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08418C is #F7BE73. Grayscale: #383838. Windows color (decimal): -16236148 or 9191688. OLE color: 9191688.
HSL color Cylindrical-coordinate representation of color #08418C: hue angle of 214.09º 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 #08418C is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 65 | 140 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.45 |
| HSL | 214.09º | 0.89% | 0.29% | - |
| HSV(B) | 214.09º | 0.94% | 0.55% | - |
| XYZ | 6.72 | 5.73 | 25.56 | - |
| YUV | 56.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 140 | 0.94 | 0.54 | 0 | 0.45 | 214.09 | 0.89 | 0.29 |
| Hex | 8 | 41 | 8C | 5E | 36 | 0 | 2D | D6 | 59 | 1D |
| Octal | 10 | 101 | 214 | 136 | 66 | 0 | 55 | 326 | 131 | 35 |
| Binary | 1000 | 1000001 | 10001100 | 1011110 | 110110 | 0 | 101101 | 11010110 | 1011001 | 11101 |
Color Harmonies of #08418C
Complementary color
Monochromatic Colors of #08418C
Black with #08418C
Text Example
Text Example
White with #08418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08418C; }
p { color: rgb(8,65,140); }
H1.HeaderClassName
{
color: #08418C;
}
.AnyTagClassName
{
color: #08418C;
}
</style>
background-color css
<style>
a { background-color: #08418C; }
a { background-color: rgb(8,65,140); }
div.DivClassName
{
background-color: #08418C;
}
.BgClassName
{
background-color: #08418C;
}
</style>
border-color css
<style>
span { border-color: #08418C; }
span { border-color: rgb(8,65,140); }
td.TdClassName
{
border-color: #08418C;
}
.TagClassName
{
border-color: #08418C;
}
</style>