Shades of Dark Cerulean #054490
Tints of Dark Cerulean #054490
RGB
CMYK
RGB Variations
Color information
#054490 (or 0x054490) is known color: Dark Cerulean. HEX triplet: 05, 44 and 90. RGB value is (5,68,144). Sum of RGB (Red+Green+Blue) = 5+68+144=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #054490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054490 is #FABB6F. Grayscale: #393939. Windows color (decimal): -16431984 or 9454597. OLE color: 9454597.
HSL color Cylindrical-coordinate representation of color #054490: hue angle of 212.81º 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 #054490 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 68 | 144 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.44 |
| HSL | 212.81º | 0.93% | 0.29% | - |
| HSV(B) | 212.81º | 0.97% | 0.56% | - |
| XYZ | 7.16 | 6.18 | 27.2 | - |
| YUV | 57.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 144 | 0.97 | 0.53 | 0 | 0.44 | 212.81 | 0.93 | 0.29 |
| Hex | 5 | 44 | 90 | 61 | 35 | 0 | 2C | D5 | 5D | 1D |
| Octal | 5 | 104 | 220 | 141 | 65 | 0 | 54 | 325 | 135 | 35 |
| Binary | 101 | 1000100 | 10010000 | 1100001 | 110101 | 0 | 101100 | 11010101 | 1011101 | 11101 |
Color Harmonies of #054490
Complementary color
Monochromatic Colors of #054490
Black with #054490
Text Example
Text Example
White with #054490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054490; }
p { color: rgb(5,68,144); }
H1.HeaderClassName
{
color: #054490;
}
.AnyTagClassName
{
color: #054490;
}
</style>
background-color css
<style>
a { background-color: #054490; }
a { background-color: rgb(5,68,144); }
div.DivClassName
{
background-color: #054490;
}
.BgClassName
{
background-color: #054490;
}
</style>
border-color css
<style>
span { border-color: #054490; }
span { border-color: rgb(5,68,144); }
td.TdClassName
{
border-color: #054490;
}
.TagClassName
{
border-color: #054490;
}
</style>