Shades of Dark Cerulean #053C7C
Tints of Dark Cerulean #053C7C
RGB
CMYK
RGB Variations
Color information
#053C7C (or 0x053C7C) is known color: Dark Cerulean. HEX triplet: 05, 3C and 7C. RGB value is (5,60,124). Sum of RGB (Red+Green+Blue) = 5+60+124=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #053C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C7C is #FAC383. Grayscale: #323232. Windows color (decimal): -16434052 or 8141829. OLE color: 8141829.
HSL color Cylindrical-coordinate representation of color #053C7C: hue angle of 212.27º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053C7C is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 60 | 124 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.51 |
| HSL | 212.27º | 0.92% | 0.25% | - |
| HSV(B) | 212.27º | 0.96% | 0.49% | - |
| XYZ | 5.32 | 4.72 | 19.7 | - |
| YUV | 50.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 124 | 0.96 | 0.52 | 0 | 0.51 | 212.27 | 0.92 | 0.25 |
| Hex | 5 | 3C | 7C | 60 | 34 | 0 | 33 | D4 | 5C | 19 |
| Octal | 5 | 74 | 174 | 140 | 64 | 0 | 63 | 324 | 134 | 31 |
| Binary | 101 | 111100 | 1111100 | 1100000 | 110100 | 0 | 110011 | 11010100 | 1011100 | 11001 |
Color Harmonies of #053C7C
Complementary color
Monochromatic Colors of #053C7C
Black with #053C7C
Text Example
Text Example
White with #053C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C7C; }
p { color: rgb(5,60,124); }
H1.HeaderClassName
{
color: #053C7C;
}
.AnyTagClassName
{
color: #053C7C;
}
</style>
background-color css
<style>
a { background-color: #053C7C; }
a { background-color: rgb(5,60,124); }
div.DivClassName
{
background-color: #053C7C;
}
.BgClassName
{
background-color: #053C7C;
}
</style>
border-color css
<style>
span { border-color: #053C7C; }
span { border-color: rgb(5,60,124); }
td.TdClassName
{
border-color: #053C7C;
}
.TagClassName
{
border-color: #053C7C;
}
</style>