Shades of Dark Cerulean #053C85
Tints of Dark Cerulean #053C85
RGB
CMYK
RGB Variations
Color information
#053C85 (or 0x053C85) is known color: Dark Cerulean. HEX triplet: 05, 3C and 85. RGB value is (5,60,133). Sum of RGB (Red+Green+Blue) = 5+60+133=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #053C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C85 is #FAC37A. Grayscale: #333333. Windows color (decimal): -16434043 or 8731653. OLE color: 8731653.
HSL color Cylindrical-coordinate representation of color #053C85: hue angle of 214.22º 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 #053C85 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 60 | 133 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.48 |
| HSL | 214.22º | 0.93% | 0.27% | - |
| HSV(B) | 214.22º | 0.96% | 0.52% | - |
| XYZ | 5.91 | 4.96 | 22.84 | - |
| YUV | 51.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 133 | 0.96 | 0.55 | 0 | 0.48 | 214.22 | 0.93 | 0.27 |
| Hex | 5 | 3C | 85 | 60 | 37 | 0 | 30 | D6 | 5D | 1B |
| Octal | 5 | 74 | 205 | 140 | 67 | 0 | 60 | 326 | 135 | 33 |
| Binary | 101 | 111100 | 10000101 | 1100000 | 110111 | 0 | 110000 | 11010110 | 1011101 | 11011 |
Color Harmonies of #053C85
Complementary color
Monochromatic Colors of #053C85
Black with #053C85
Text Example
Text Example
White with #053C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C85; }
p { color: rgb(5,60,133); }
H1.HeaderClassName
{
color: #053C85;
}
.AnyTagClassName
{
color: #053C85;
}
</style>
background-color css
<style>
a { background-color: #053C85; }
a { background-color: rgb(5,60,133); }
div.DivClassName
{
background-color: #053C85;
}
.BgClassName
{
background-color: #053C85;
}
</style>
border-color css
<style>
span { border-color: #053C85; }
span { border-color: rgb(5,60,133); }
td.TdClassName
{
border-color: #053C85;
}
.TagClassName
{
border-color: #053C85;
}
</style>