Shades of Dark Cerulean #054790
Tints of Dark Cerulean #054790
RGB
CMYK
RGB Variations
Color information
#054790 (or 0x054790) is known color: Dark Cerulean. HEX triplet: 05, 47 and 90. RGB value is (5,71,144). Sum of RGB (Red+Green+Blue) = 5+71+144=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #054790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054790 is #FAB86F. Grayscale: #3B3B3B. Windows color (decimal): -16431216 or 9455365. OLE color: 9455365.
HSL color Cylindrical-coordinate representation of color #054790: hue angle of 211.51º 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 #054790 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 71 | 144 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.44 |
| HSL | 211.51º | 0.93% | 0.29% | - |
| HSV(B) | 211.51º | 0.97% | 0.56% | - |
| XYZ | 7.35 | 6.55 | 27.26 | - |
| YUV | 59.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 144 | 0.97 | 0.51 | 0 | 0.44 | 211.51 | 0.93 | 0.29 |
| Hex | 5 | 47 | 90 | 61 | 33 | 0 | 2C | D4 | 5D | 1D |
| Octal | 5 | 107 | 220 | 141 | 63 | 0 | 54 | 324 | 135 | 35 |
| Binary | 101 | 1000111 | 10010000 | 1100001 | 110011 | 0 | 101100 | 11010100 | 1011101 | 11101 |
Color Harmonies of #054790
Complementary color
Monochromatic Colors of #054790
Black with #054790
Text Example
Text Example
White with #054790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054790; }
p { color: rgb(5,71,144); }
H1.HeaderClassName
{
color: #054790;
}
.AnyTagClassName
{
color: #054790;
}
</style>
background-color css
<style>
a { background-color: #054790; }
a { background-color: rgb(5,71,144); }
div.DivClassName
{
background-color: #054790;
}
.BgClassName
{
background-color: #054790;
}
</style>
border-color css
<style>
span { border-color: #054790; }
span { border-color: rgb(5,71,144); }
td.TdClassName
{
border-color: #054790;
}
.TagClassName
{
border-color: #054790;
}
</style>