Shades of Dark Cerulean #054472
Tints of Dark Cerulean #054472
RGB
CMYK
RGB Variations
Color information
#054472 (or 0x054472) is known color: Dark Cerulean. HEX triplet: 05, 44 and 72. RGB value is (5,68,114). Sum of RGB (Red+Green+Blue) = 5+68+114=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #054472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054472 is #FABB8D. Grayscale: #363636. Windows color (decimal): -16432014 or 7488517. OLE color: 7488517.
HSL color Cylindrical-coordinate representation of color #054472: hue angle of 205.32º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054472 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 68 | 114 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.55 |
| HSL | 205.32º | 0.92% | 0.23% | - |
| HSV(B) | 205.32º | 0.96% | 0.45% | - |
| XYZ | 5.17 | 5.38 | 16.69 | - |
| YUV | 54.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 114 | 0.96 | 0.40 | 0 | 0.55 | 205.32 | 0.92 | 0.23 |
| Hex | 5 | 44 | 72 | 60 | 28 | 0 | 37 | CD | 5C | 17 |
| Octal | 5 | 104 | 162 | 140 | 50 | 0 | 67 | 315 | 134 | 27 |
| Binary | 101 | 1000100 | 1110010 | 1100000 | 101000 | 0 | 110111 | 11001101 | 1011100 | 10111 |
Color Harmonies of #054472
Complementary color
Monochromatic Colors of #054472
Black with #054472
Text Example
Text Example
White with #054472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054472; }
p { color: rgb(5,68,114); }
H1.HeaderClassName
{
color: #054472;
}
.AnyTagClassName
{
color: #054472;
}
</style>
background-color css
<style>
a { background-color: #054472; }
a { background-color: rgb(5,68,114); }
div.DivClassName
{
background-color: #054472;
}
.BgClassName
{
background-color: #054472;
}
</style>
border-color css
<style>
span { border-color: #054472; }
span { border-color: rgb(5,68,114); }
td.TdClassName
{
border-color: #054472;
}
.TagClassName
{
border-color: #054472;
}
</style>