Shades of Dark Cerulean #054D88
Tints of Dark Cerulean #054D88
RGB
CMYK
RGB Variations
Color information
#054D88 (or 0x054D88) is known color: Dark Cerulean. HEX triplet: 05, 4D and 88. RGB value is (5,77,136). Sum of RGB (Red+Green+Blue) = 5+77+136=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #054D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D88 is #FAB277. Grayscale: #3D3D3D. Windows color (decimal): -16429688 or 8932613. OLE color: 8932613.
HSL color Cylindrical-coordinate representation of color #054D88: hue angle of 207.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054D88 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 77 | 136 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.47 |
| HSL | 207.02º | 0.93% | 0.28% | - |
| HSV(B) | 207.02º | 0.96% | 0.53% | - |
| XYZ | 7.16 | 7.12 | 24.29 | - |
| YUV | 62.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 136 | 0.96 | 0.43 | 0 | 0.47 | 207.02 | 0.93 | 0.28 |
| Hex | 5 | 4D | 88 | 60 | 2B | 0 | 2F | CF | 5D | 1C |
| Octal | 5 | 115 | 210 | 140 | 53 | 0 | 57 | 317 | 135 | 34 |
| Binary | 101 | 1001101 | 10001000 | 1100000 | 101011 | 0 | 101111 | 11001111 | 1011101 | 11100 |
Color Harmonies of #054D88
Complementary color
Monochromatic Colors of #054D88
Black with #054D88
Text Example
Text Example
White with #054D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D88; }
p { color: rgb(5,77,136); }
H1.HeaderClassName
{
color: #054D88;
}
.AnyTagClassName
{
color: #054D88;
}
</style>
background-color css
<style>
a { background-color: #054D88; }
a { background-color: rgb(5,77,136); }
div.DivClassName
{
background-color: #054D88;
}
.BgClassName
{
background-color: #054D88;
}
</style>
border-color css
<style>
span { border-color: #054D88; }
span { border-color: rgb(5,77,136); }
td.TdClassName
{
border-color: #054D88;
}
.TagClassName
{
border-color: #054D88;
}
</style>