Shades of Dark Cerulean #054990
Tints of Dark Cerulean #054990
RGB
CMYK
RGB Variations
Color information
#054990 (or 0x054990) is known color: Dark Cerulean. HEX triplet: 05, 49 and 90. RGB value is (5,73,144). Sum of RGB (Red+Green+Blue) = 5+73+144=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #054990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054990 is #FAB66F. Grayscale: #3C3C3C. Windows color (decimal): -16430704 or 9455877. OLE color: 9455877.
HSL color Cylindrical-coordinate representation of color #054990: hue angle of 210.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054990 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 73 | 144 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.44 |
| HSL | 210.65º | 0.93% | 0.29% | - |
| HSV(B) | 210.65º | 0.97% | 0.56% | - |
| XYZ | 7.48 | 6.81 | 27.31 | - |
| YUV | 60.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 144 | 0.97 | 0.49 | 0 | 0.44 | 210.65 | 0.93 | 0.29 |
| Hex | 5 | 49 | 90 | 61 | 31 | 0 | 2C | D3 | 5D | 1D |
| Octal | 5 | 111 | 220 | 141 | 61 | 0 | 54 | 323 | 135 | 35 |
| Binary | 101 | 1001001 | 10010000 | 1100001 | 110001 | 0 | 101100 | 11010011 | 1011101 | 11101 |
Color Harmonies of #054990
Complementary color
Monochromatic Colors of #054990
Black with #054990
Text Example
Text Example
White with #054990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054990; }
p { color: rgb(5,73,144); }
H1.HeaderClassName
{
color: #054990;
}
.AnyTagClassName
{
color: #054990;
}
</style>
background-color css
<style>
a { background-color: #054990; }
a { background-color: rgb(5,73,144); }
div.DivClassName
{
background-color: #054990;
}
.BgClassName
{
background-color: #054990;
}
</style>
border-color css
<style>
span { border-color: #054990; }
span { border-color: rgb(5,73,144); }
td.TdClassName
{
border-color: #054990;
}
.TagClassName
{
border-color: #054990;
}
</style>