Shades of Dark Cerulean #054C85
Tints of Dark Cerulean #054C85
RGB
CMYK
RGB Variations
Color information
#054C85 (or 0x054C85) is known color: Dark Cerulean. HEX triplet: 05, 4C and 85. RGB value is (5,76,133). Sum of RGB (Red+Green+Blue) = 5+76+133=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #054C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C85 is #FAB37A. Grayscale: #3C3C3C. Windows color (decimal): -16429947 or 8735749. OLE color: 8735749.
HSL color Cylindrical-coordinate representation of color #054C85: hue angle of 206.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054C85 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 76 | 133 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.48 |
| HSL | 206.72º | 0.93% | 0.27% | - |
| HSV(B) | 206.72º | 0.96% | 0.52% | - |
| XYZ | 6.88 | 6.89 | 23.16 | - |
| YUV | 61.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 133 | 0.96 | 0.43 | 0 | 0.48 | 206.72 | 0.93 | 0.27 |
| Hex | 5 | 4C | 85 | 60 | 2B | 0 | 30 | CF | 5D | 1B |
| Octal | 5 | 114 | 205 | 140 | 53 | 0 | 60 | 317 | 135 | 33 |
| Binary | 101 | 1001100 | 10000101 | 1100000 | 101011 | 0 | 110000 | 11001111 | 1011101 | 11011 |
Color Harmonies of #054C85
Complementary color
Monochromatic Colors of #054C85
Black with #054C85
Text Example
Text Example
White with #054C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C85; }
p { color: rgb(5,76,133); }
H1.HeaderClassName
{
color: #054C85;
}
.AnyTagClassName
{
color: #054C85;
}
</style>
background-color css
<style>
a { background-color: #054C85; }
a { background-color: rgb(5,76,133); }
div.DivClassName
{
background-color: #054C85;
}
.BgClassName
{
background-color: #054C85;
}
</style>
border-color css
<style>
span { border-color: #054C85; }
span { border-color: rgb(5,76,133); }
td.TdClassName
{
border-color: #054C85;
}
.TagClassName
{
border-color: #054C85;
}
</style>