Shades of Dark Cerulean #054C90
Tints of Dark Cerulean #054C90
RGB
CMYK
RGB Variations
Color information
#054C90 (or 0x054C90) is known color: Dark Cerulean. HEX triplet: 05, 4C and 90. RGB value is (5,76,144). Sum of RGB (Red+Green+Blue) = 5+76+144=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #054C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C90 is #FAB36F. Grayscale: #3E3E3E. Windows color (decimal): -16429936 or 9456645. OLE color: 9456645.
HSL color Cylindrical-coordinate representation of color #054C90: hue angle of 209.35º 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 #054C90 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 76 | 144 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.44 |
| HSL | 209.35º | 0.93% | 0.29% | - |
| HSV(B) | 209.35º | 0.97% | 0.56% | - |
| XYZ | 7.68 | 7.21 | 27.37 | - |
| YUV | 62.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 144 | 0.97 | 0.47 | 0 | 0.44 | 209.35 | 0.93 | 0.29 |
| Hex | 5 | 4C | 90 | 61 | 2F | 0 | 2C | D1 | 5D | 1D |
| Octal | 5 | 114 | 220 | 141 | 57 | 0 | 54 | 321 | 135 | 35 |
| Binary | 101 | 1001100 | 10010000 | 1100001 | 101111 | 0 | 101100 | 11010001 | 1011101 | 11101 |
Color Harmonies of #054C90
Complementary color
Monochromatic Colors of #054C90
Black with #054C90
Text Example
Text Example
White with #054C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C90; }
p { color: rgb(5,76,144); }
H1.HeaderClassName
{
color: #054C90;
}
.AnyTagClassName
{
color: #054C90;
}
</style>
background-color css
<style>
a { background-color: #054C90; }
a { background-color: rgb(5,76,144); }
div.DivClassName
{
background-color: #054C90;
}
.BgClassName
{
background-color: #054C90;
}
</style>
border-color css
<style>
span { border-color: #054C90; }
span { border-color: rgb(5,76,144); }
td.TdClassName
{
border-color: #054C90;
}
.TagClassName
{
border-color: #054C90;
}
</style>