Shades of Dark Cerulean #08478B
Tints of Dark Cerulean #08478B
RGB
CMYK
RGB Variations
Color information
#08478B (or 0x08478B) is known color: Dark Cerulean. HEX triplet: 08, 47 and 8B. RGB value is (8,71,139). Sum of RGB (Red+Green+Blue) = 8+71+139=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #08478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08478B is #F7B874. Grayscale: #3B3B3B. Windows color (decimal): -16234613 or 9127688. OLE color: 9127688.
HSL color Cylindrical-coordinate representation of color #08478B: hue angle of 211.15º 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 #08478B is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 71 | 139 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.45 |
| HSL | 211.15º | 0.89% | 0.29% | - |
| HSV(B) | 211.15º | 0.94% | 0.55% | - |
| XYZ | 7.01 | 6.42 | 25.3 | - |
| YUV | 59.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 139 | 0.94 | 0.49 | 0 | 0.45 | 211.15 | 0.89 | 0.29 |
| Hex | 8 | 47 | 8B | 5E | 31 | 0 | 2D | D3 | 59 | 1D |
| Octal | 10 | 107 | 213 | 136 | 61 | 0 | 55 | 323 | 131 | 35 |
| Binary | 1000 | 1000111 | 10001011 | 1011110 | 110001 | 0 | 101101 | 11010011 | 1011001 | 11101 |
Color Harmonies of #08478B
Complementary color
Monochromatic Colors of #08478B
Black with #08478B
Text Example
Text Example
White with #08478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08478B; }
p { color: rgb(8,71,139); }
H1.HeaderClassName
{
color: #08478B;
}
.AnyTagClassName
{
color: #08478B;
}
</style>
background-color css
<style>
a { background-color: #08478B; }
a { background-color: rgb(8,71,139); }
div.DivClassName
{
background-color: #08478B;
}
.BgClassName
{
background-color: #08478B;
}
</style>
border-color css
<style>
span { border-color: #08478B; }
span { border-color: rgb(8,71,139); }
td.TdClassName
{
border-color: #08478B;
}
.TagClassName
{
border-color: #08478B;
}
</style>