Shades of Dark Cerulean #08478D
Tints of Dark Cerulean #08478D
RGB
CMYK
RGB Variations
Color information
#08478D (or 0x08478D) is known color: Dark Cerulean. HEX triplet: 08, 47 and 8D. RGB value is (8,71,141). Sum of RGB (Red+Green+Blue) = 8+71+141=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #08478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08478D is #F7B872. Grayscale: #3B3B3B. Windows color (decimal): -16234611 or 9258760. OLE color: 9258760.
HSL color Cylindrical-coordinate representation of color #08478D: hue angle of 211.58º 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 #08478D is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 71 | 141 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.45 |
| HSL | 211.58º | 0.89% | 0.29% | - |
| HSV(B) | 211.58º | 0.94% | 0.55% | - |
| XYZ | 7.16 | 6.48 | 26.07 | - |
| YUV | 60.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 141 | 0.94 | 0.50 | 0 | 0.45 | 211.58 | 0.89 | 0.29 |
| Hex | 8 | 47 | 8D | 5E | 32 | 0 | 2D | D4 | 59 | 1D |
| Octal | 10 | 107 | 215 | 136 | 62 | 0 | 55 | 324 | 131 | 35 |
| Binary | 1000 | 1000111 | 10001101 | 1011110 | 110010 | 0 | 101101 | 11010100 | 1011001 | 11101 |
Color Harmonies of #08478D
Complementary color
Monochromatic Colors of #08478D
Black with #08478D
Text Example
Text Example
White with #08478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08478D; }
p { color: rgb(8,71,141); }
H1.HeaderClassName
{
color: #08478D;
}
.AnyTagClassName
{
color: #08478D;
}
</style>
background-color css
<style>
a { background-color: #08478D; }
a { background-color: rgb(8,71,141); }
div.DivClassName
{
background-color: #08478D;
}
.BgClassName
{
background-color: #08478D;
}
</style>
border-color css
<style>
span { border-color: #08478D; }
span { border-color: rgb(8,71,141); }
td.TdClassName
{
border-color: #08478D;
}
.TagClassName
{
border-color: #08478D;
}
</style>