Shades of Dark Cerulean #054473
Tints of Dark Cerulean #054473
RGB
CMYK
RGB Variations
Color information
#054473 (or 0x054473) is known color: Dark Cerulean. HEX triplet: 05, 44 and 73. RGB value is (5,68,115). Sum of RGB (Red+Green+Blue) = 5+68+115=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #054473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054473 is #FABB8C. Grayscale: #363636. Windows color (decimal): -16432013 or 7554053. OLE color: 7554053.
HSL color Cylindrical-coordinate representation of color #054473: hue angle of 205.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054473 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 68 | 115 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.55 |
| HSL | 205.64º | 0.92% | 0.24% | - |
| HSV(B) | 205.64º | 0.96% | 0.45% | - |
| XYZ | 5.22 | 5.4 | 16.99 | - |
| YUV | 54.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 115 | 0.96 | 0.41 | 0 | 0.55 | 205.64 | 0.92 | 0.24 |
| Hex | 5 | 44 | 73 | 60 | 29 | 0 | 37 | CE | 5C | 18 |
| Octal | 5 | 104 | 163 | 140 | 51 | 0 | 67 | 316 | 134 | 30 |
| Binary | 101 | 1000100 | 1110011 | 1100000 | 101001 | 0 | 110111 | 11001110 | 1011100 | 11000 |
Color Harmonies of #054473
Complementary color
Monochromatic Colors of #054473
Black with #054473
Text Example
Text Example
White with #054473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054473; }
p { color: rgb(5,68,115); }
H1.HeaderClassName
{
color: #054473;
}
.AnyTagClassName
{
color: #054473;
}
</style>
background-color css
<style>
a { background-color: #054473; }
a { background-color: rgb(5,68,115); }
div.DivClassName
{
background-color: #054473;
}
.BgClassName
{
background-color: #054473;
}
</style>
border-color css
<style>
span { border-color: #054473; }
span { border-color: rgb(5,68,115); }
td.TdClassName
{
border-color: #054473;
}
.TagClassName
{
border-color: #054473;
}
</style>