Shades of Dark Cerulean #05477A
Tints of Dark Cerulean #05477A
RGB
CMYK
RGB Variations
Color information
#05477A (or 0x05477A) is known color: Dark Cerulean. HEX triplet: 05, 47 and 7A. RGB value is (5,71,122). Sum of RGB (Red+Green+Blue) = 5+71+122=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #05477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05477A is #FAB885. Grayscale: #383838. Windows color (decimal): -16431238 or 8013573. OLE color: 8013573.
HSL color Cylindrical-coordinate representation of color #05477A: hue angle of 206.15º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05477A is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 71 | 122 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.52 |
| HSL | 206.15º | 0.92% | 0.25% | - |
| HSV(B) | 206.15º | 0.96% | 0.48% | - |
| XYZ | 5.83 | 5.94 | 19.25 | - |
| YUV | 57.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 122 | 0.96 | 0.42 | 0 | 0.52 | 206.15 | 0.92 | 0.25 |
| Hex | 5 | 47 | 7A | 60 | 2A | 0 | 34 | CE | 5C | 19 |
| Octal | 5 | 107 | 172 | 140 | 52 | 0 | 64 | 316 | 134 | 31 |
| Binary | 101 | 1000111 | 1111010 | 1100000 | 101010 | 0 | 110100 | 11001110 | 1011100 | 11001 |
Color Harmonies of #05477A
Complementary color
Monochromatic Colors of #05477A
Black with #05477A
Text Example
Text Example
White with #05477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05477A; }
p { color: rgb(5,71,122); }
H1.HeaderClassName
{
color: #05477A;
}
.AnyTagClassName
{
color: #05477A;
}
</style>
background-color css
<style>
a { background-color: #05477A; }
a { background-color: rgb(5,71,122); }
div.DivClassName
{
background-color: #05477A;
}
.BgClassName
{
background-color: #05477A;
}
</style>
border-color css
<style>
span { border-color: #05477A; }
span { border-color: rgb(5,71,122); }
td.TdClassName
{
border-color: #05477A;
}
.TagClassName
{
border-color: #05477A;
}
</style>