Shades of Dark Cerulean #053C7D
Tints of Dark Cerulean #053C7D
RGB
CMYK
RGB Variations
Color information
#053C7D (or 0x053C7D) is known color: Dark Cerulean. HEX triplet: 05, 3C and 7D. RGB value is (5,60,125). Sum of RGB (Red+Green+Blue) = 5+60+125=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #053C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C7D is #FAC382. Grayscale: #323232. Windows color (decimal): -16434051 or 8207365. OLE color: 8207365.
HSL color Cylindrical-coordinate representation of color #053C7D: hue angle of 212.5º 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 #053C7D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 60 | 125 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.51 |
| HSL | 212.5º | 0.92% | 0.25% | - |
| HSV(B) | 212.5º | 0.96% | 0.49% | - |
| XYZ | 5.38 | 4.74 | 20.03 | - |
| YUV | 50.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 125 | 0.96 | 0.52 | 0 | 0.51 | 212.5 | 0.92 | 0.25 |
| Hex | 5 | 3C | 7D | 60 | 34 | 0 | 33 | D4 | 5C | 19 |
| Octal | 5 | 74 | 175 | 140 | 64 | 0 | 63 | 324 | 134 | 31 |
| Binary | 101 | 111100 | 1111101 | 1100000 | 110100 | 0 | 110011 | 11010100 | 1011100 | 11001 |
Color Harmonies of #053C7D
Complementary color
Monochromatic Colors of #053C7D
Black with #053C7D
Text Example
Text Example
White with #053C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C7D; }
p { color: rgb(5,60,125); }
H1.HeaderClassName
{
color: #053C7D;
}
.AnyTagClassName
{
color: #053C7D;
}
</style>
background-color css
<style>
a { background-color: #053C7D; }
a { background-color: rgb(5,60,125); }
div.DivClassName
{
background-color: #053C7D;
}
.BgClassName
{
background-color: #053C7D;
}
</style>
border-color css
<style>
span { border-color: #053C7D; }
span { border-color: rgb(5,60,125); }
td.TdClassName
{
border-color: #053C7D;
}
.TagClassName
{
border-color: #053C7D;
}
</style>