Shades of Dark Cerulean #05476C
Tints of Dark Cerulean #05476C
RGB
CMYK
RGB Variations
Color information
#05476C (or 0x05476C) is known color: Dark Cerulean. HEX triplet: 05, 47 and 6C. RGB value is (5,71,108). Sum of RGB (Red+Green+Blue) = 5+71+108=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #05476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05476C is #FAB893. Grayscale: #373737. Windows color (decimal): -16431252 or 7096069. OLE color: 7096069.
HSL color Cylindrical-coordinate representation of color #05476C: hue angle of 201.55º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05476C is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 71 | 108 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.58 |
| HSL | 201.55º | 0.91% | 0.22% | - |
| HSV(B) | 201.55º | 0.95% | 0.42% | - |
| XYZ | 5.02 | 5.62 | 15.01 | - |
| YUV | 55.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 108 | 0.95 | 0.34 | 0 | 0.58 | 201.55 | 0.91 | 0.22 |
| Hex | 5 | 47 | 6C | 5F | 22 | 0 | 3A | CA | 5B | 16 |
| Octal | 5 | 107 | 154 | 137 | 42 | 0 | 72 | 312 | 133 | 26 |
| Binary | 101 | 1000111 | 1101100 | 1011111 | 100010 | 0 | 111010 | 11001010 | 1011011 | 10110 |
Color Harmonies of #05476C
Complementary color
Monochromatic Colors of #05476C
Black with #05476C
Text Example
Text Example
White with #05476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05476C; }
p { color: rgb(5,71,108); }
H1.HeaderClassName
{
color: #05476C;
}
.AnyTagClassName
{
color: #05476C;
}
</style>
background-color css
<style>
a { background-color: #05476C; }
a { background-color: rgb(5,71,108); }
div.DivClassName
{
background-color: #05476C;
}
.BgClassName
{
background-color: #05476C;
}
</style>
border-color css
<style>
span { border-color: #05476C; }
span { border-color: rgb(5,71,108); }
td.TdClassName
{
border-color: #05476C;
}
.TagClassName
{
border-color: #05476C;
}
</style>