Shades of Dark Cerulean #08468C
Tints of Dark Cerulean #08468C
RGB
CMYK
RGB Variations
Color information
#08468C (or 0x08468C) is known color: Dark Cerulean. HEX triplet: 08, 46 and 8C. RGB value is (8,70,140). Sum of RGB (Red+Green+Blue) = 8+70+140=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #08468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08468C is #F7B973. Grayscale: #3B3B3B. Windows color (decimal): -16234868 or 9192968. OLE color: 9192968.
HSL color Cylindrical-coordinate representation of color #08468C: hue angle of 211.82º 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 #08468C is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 70 | 140 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.45 |
| HSL | 211.82º | 0.89% | 0.29% | - |
| HSV(B) | 211.82º | 0.94% | 0.55% | - |
| XYZ | 7.02 | 6.33 | 25.66 | - |
| YUV | 59.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 140 | 0.94 | 0.50 | 0 | 0.45 | 211.82 | 0.89 | 0.29 |
| Hex | 8 | 46 | 8C | 5E | 32 | 0 | 2D | D4 | 59 | 1D |
| Octal | 10 | 106 | 214 | 136 | 62 | 0 | 55 | 324 | 131 | 35 |
| Binary | 1000 | 1000110 | 10001100 | 1011110 | 110010 | 0 | 101101 | 11010100 | 1011001 | 11101 |
Color Harmonies of #08468C
Complementary color
Monochromatic Colors of #08468C
Black with #08468C
Text Example
Text Example
White with #08468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08468C; }
p { color: rgb(8,70,140); }
H1.HeaderClassName
{
color: #08468C;
}
.AnyTagClassName
{
color: #08468C;
}
</style>
background-color css
<style>
a { background-color: #08468C; }
a { background-color: rgb(8,70,140); }
div.DivClassName
{
background-color: #08468C;
}
.BgClassName
{
background-color: #08468C;
}
</style>
border-color css
<style>
span { border-color: #08468C; }
span { border-color: rgb(8,70,140); }
td.TdClassName
{
border-color: #08468C;
}
.TagClassName
{
border-color: #08468C;
}
</style>