Shades of Dark Cerulean #054F90
Tints of Dark Cerulean #054F90
RGB
CMYK
RGB Variations
Color information
#054F90 (or 0x054F90) is known color: Dark Cerulean. HEX triplet: 05, 4F and 90. RGB value is (5,79,144). Sum of RGB (Red+Green+Blue) = 5+79+144=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #054F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F90 is #FAB06F. Grayscale: #3F3F3F. Windows color (decimal): -16429168 or 9457413. OLE color: 9457413.
HSL color Cylindrical-coordinate representation of color #054F90: hue angle of 208.06º 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 #054F90 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 79 | 144 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.44 |
| HSL | 208.06º | 0.93% | 0.29% | - |
| HSV(B) | 208.06º | 0.97% | 0.56% | - |
| XYZ | 7.89 | 7.64 | 27.44 | - |
| YUV | 64.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 144 | 0.97 | 0.45 | 0 | 0.44 | 208.06 | 0.93 | 0.29 |
| Hex | 5 | 4F | 90 | 61 | 2D | 0 | 2C | D0 | 5D | 1D |
| Octal | 5 | 117 | 220 | 141 | 55 | 0 | 54 | 320 | 135 | 35 |
| Binary | 101 | 1001111 | 10010000 | 1100001 | 101101 | 0 | 101100 | 11010000 | 1011101 | 11101 |
Color Harmonies of #054F90
Complementary color
Monochromatic Colors of #054F90
Black with #054F90
Text Example
Text Example
White with #054F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F90; }
p { color: rgb(5,79,144); }
H1.HeaderClassName
{
color: #054F90;
}
.AnyTagClassName
{
color: #054F90;
}
</style>
background-color css
<style>
a { background-color: #054F90; }
a { background-color: rgb(5,79,144); }
div.DivClassName
{
background-color: #054F90;
}
.BgClassName
{
background-color: #054F90;
}
</style>
border-color css
<style>
span { border-color: #054F90; }
span { border-color: rgb(5,79,144); }
td.TdClassName
{
border-color: #054F90;
}
.TagClassName
{
border-color: #054F90;
}
</style>