Shades of Dark Cerulean #053F81
Tints of Dark Cerulean #053F81
RGB
CMYK
RGB Variations
Color information
#053F81 (or 0x053F81) is known color: Dark Cerulean. HEX triplet: 05, 3F and 81. RGB value is (5,63,129). Sum of RGB (Red+Green+Blue) = 5+63+129=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #053F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F81 is #FAC07E. Grayscale: #343434. Windows color (decimal): -16433279 or 8470277. OLE color: 8470277.
HSL color Cylindrical-coordinate representation of color #053F81: hue angle of 211.94º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F81 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 63 | 129 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.49 |
| HSL | 211.94º | 0.93% | 0.26% | - |
| HSV(B) | 211.94º | 0.96% | 0.51% | - |
| XYZ | 5.8 | 5.17 | 21.46 | - |
| YUV | 53.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 129 | 0.96 | 0.51 | 0 | 0.49 | 211.94 | 0.93 | 0.26 |
| Hex | 5 | 3F | 81 | 60 | 33 | 0 | 31 | D4 | 5D | 1A |
| Octal | 5 | 77 | 201 | 140 | 63 | 0 | 61 | 324 | 135 | 32 |
| Binary | 101 | 111111 | 10000001 | 1100000 | 110011 | 0 | 110001 | 11010100 | 1011101 | 11010 |
Color Harmonies of #053F81
Complementary color
Monochromatic Colors of #053F81
Black with #053F81
Text Example
Text Example
White with #053F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F81; }
p { color: rgb(5,63,129); }
H1.HeaderClassName
{
color: #053F81;
}
.AnyTagClassName
{
color: #053F81;
}
</style>
background-color css
<style>
a { background-color: #053F81; }
a { background-color: rgb(5,63,129); }
div.DivClassName
{
background-color: #053F81;
}
.BgClassName
{
background-color: #053F81;
}
</style>
border-color css
<style>
span { border-color: #053F81; }
span { border-color: rgb(5,63,129); }
td.TdClassName
{
border-color: #053F81;
}
.TagClassName
{
border-color: #053F81;
}
</style>