Shades of Dark Cerulean #053F7D
Tints of Dark Cerulean #053F7D
RGB
CMYK
RGB Variations
Color information
#053F7D (or 0x053F7D) is known color: Dark Cerulean. HEX triplet: 05, 3F and 7D. RGB value is (5,63,125). Sum of RGB (Red+Green+Blue) = 5+63+125=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #053F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F7D is #FAC082. Grayscale: #343434. Windows color (decimal): -16433283 or 8208133. OLE color: 8208133.
HSL color Cylindrical-coordinate representation of color #053F7D: hue angle of 211º 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 #053F7D is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 63 | 125 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.51 |
| HSL | 211º | 0.92% | 0.25% | - |
| HSV(B) | 211º | 0.96% | 0.49% | - |
| XYZ | 5.54 | 5.07 | 20.09 | - |
| YUV | 52.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 125 | 0.96 | 0.50 | 0 | 0.51 | 211 | 0.92 | 0.25 |
| Hex | 5 | 3F | 7D | 60 | 32 | 0 | 33 | D3 | 5C | 19 |
| Octal | 5 | 77 | 175 | 140 | 62 | 0 | 63 | 323 | 134 | 31 |
| Binary | 101 | 111111 | 1111101 | 1100000 | 110010 | 0 | 110011 | 11010011 | 1011100 | 11001 |
Color Harmonies of #053F7D
Complementary color
Monochromatic Colors of #053F7D
Black with #053F7D
Text Example
Text Example
White with #053F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F7D; }
p { color: rgb(5,63,125); }
H1.HeaderClassName
{
color: #053F7D;
}
.AnyTagClassName
{
color: #053F7D;
}
</style>
background-color css
<style>
a { background-color: #053F7D; }
a { background-color: rgb(5,63,125); }
div.DivClassName
{
background-color: #053F7D;
}
.BgClassName
{
background-color: #053F7D;
}
</style>
border-color css
<style>
span { border-color: #053F7D; }
span { border-color: rgb(5,63,125); }
td.TdClassName
{
border-color: #053F7D;
}
.TagClassName
{
border-color: #053F7D;
}
</style>