Shades of Dark Cerulean #053B7D
Tints of Dark Cerulean #053B7D
RGB
CMYK
RGB Variations
Color information
#053B7D (or 0x053B7D) is known color: Dark Cerulean. HEX triplet: 05, 3B and 7D. RGB value is (5,59,125). Sum of RGB (Red+Green+Blue) = 5+59+125=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #053B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B7D is #FAC482. Grayscale: #323232. Windows color (decimal): -16434307 or 8207109. OLE color: 8207109.
HSL color Cylindrical-coordinate representation of color #053B7D: hue angle of 213º 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 #053B7D is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 59 | 125 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.51 |
| HSL | 213º | 0.92% | 0.25% | - |
| HSV(B) | 213º | 0.96% | 0.49% | - |
| XYZ | 5.33 | 4.64 | 20.02 | - |
| YUV | 50.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 125 | 0.96 | 0.53 | 0 | 0.51 | 213 | 0.92 | 0.25 |
| Hex | 5 | 3B | 7D | 60 | 35 | 0 | 33 | D5 | 5C | 19 |
| Octal | 5 | 73 | 175 | 140 | 65 | 0 | 63 | 325 | 134 | 31 |
| Binary | 101 | 111011 | 1111101 | 1100000 | 110101 | 0 | 110011 | 11010101 | 1011100 | 11001 |
Color Harmonies of #053B7D
Complementary color
Monochromatic Colors of #053B7D
Black with #053B7D
Text Example
Text Example
White with #053B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B7D; }
p { color: rgb(5,59,125); }
H1.HeaderClassName
{
color: #053B7D;
}
.AnyTagClassName
{
color: #053B7D;
}
</style>
background-color css
<style>
a { background-color: #053B7D; }
a { background-color: rgb(5,59,125); }
div.DivClassName
{
background-color: #053B7D;
}
.BgClassName
{
background-color: #053B7D;
}
</style>
border-color css
<style>
span { border-color: #053B7D; }
span { border-color: rgb(5,59,125); }
td.TdClassName
{
border-color: #053B7D;
}
.TagClassName
{
border-color: #053B7D;
}
</style>