Shades of Dark Cerulean #05478D
Tints of Dark Cerulean #05478D
RGB
CMYK
RGB Variations
Color information
#05478D (or 0x05478D) is known color: Dark Cerulean. HEX triplet: 05, 47 and 8D. RGB value is (5,71,141). Sum of RGB (Red+Green+Blue) = 5+71+141=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #05478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05478D is #FAB872. Grayscale: #3A3A3A. Windows color (decimal): -16431219 or 9258757. OLE color: 9258757.
HSL color Cylindrical-coordinate representation of color #05478D: hue angle of 210.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05478D is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 71 | 141 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.45 |
| HSL | 210.88º | 0.93% | 0.29% | - |
| HSV(B) | 210.88º | 0.96% | 0.55% | - |
| XYZ | 7.12 | 6.46 | 26.07 | - |
| YUV | 59.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 141 | 0.96 | 0.50 | 0 | 0.45 | 210.88 | 0.93 | 0.29 |
| Hex | 5 | 47 | 8D | 60 | 32 | 0 | 2D | D3 | 5D | 1D |
| Octal | 5 | 107 | 215 | 140 | 62 | 0 | 55 | 323 | 135 | 35 |
| Binary | 101 | 1000111 | 10001101 | 1100000 | 110010 | 0 | 101101 | 11010011 | 1011101 | 11101 |
Color Harmonies of #05478D
Complementary color
Monochromatic Colors of #05478D
Black with #05478D
Text Example
Text Example
White with #05478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05478D; }
p { color: rgb(5,71,141); }
H1.HeaderClassName
{
color: #05478D;
}
.AnyTagClassName
{
color: #05478D;
}
</style>
background-color css
<style>
a { background-color: #05478D; }
a { background-color: rgb(5,71,141); }
div.DivClassName
{
background-color: #05478D;
}
.BgClassName
{
background-color: #05478D;
}
</style>
border-color css
<style>
span { border-color: #05478D; }
span { border-color: rgb(5,71,141); }
td.TdClassName
{
border-color: #05478D;
}
.TagClassName
{
border-color: #05478D;
}
</style>