Shades of Dark Cerulean #053F83
Tints of Dark Cerulean #053F83
RGB
CMYK
RGB Variations
Color information
#053F83 (or 0x053F83) is known color: Dark Cerulean. HEX triplet: 05, 3F and 83. RGB value is (5,63,131). Sum of RGB (Red+Green+Blue) = 5+63+131=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #053F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F83 is #FAC07C. Grayscale: #353535. Windows color (decimal): -16433277 or 8601349. OLE color: 8601349.
HSL color Cylindrical-coordinate representation of color #053F83: hue angle of 212.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F83 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 63 | 131 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.49 |
| HSL | 212.38º | 0.93% | 0.27% | - |
| HSV(B) | 212.38º | 0.96% | 0.51% | - |
| XYZ | 5.94 | 5.23 | 22.17 | - |
| YUV | 53.41 | 171.78 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 131 | 0.96 | 0.52 | 0 | 0.49 | 212.38 | 0.93 | 0.27 |
| Hex | 5 | 3F | 83 | 60 | 34 | 0 | 31 | D4 | 5D | 1B |
| Octal | 5 | 77 | 203 | 140 | 64 | 0 | 61 | 324 | 135 | 33 |
| Binary | 101 | 111111 | 10000011 | 1100000 | 110100 | 0 | 110001 | 11010100 | 1011101 | 11011 |
Color Harmonies of #053F83
Complementary color
Monochromatic Colors of #053F83
Black with #053F83
Text Example
Text Example
White with #053F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F83; }
p { color: rgb(5,63,131); }
H1.HeaderClassName
{
color: #053F83;
}
.AnyTagClassName
{
color: #053F83;
}
</style>
background-color css
<style>
a { background-color: #053F83; }
a { background-color: rgb(5,63,131); }
div.DivClassName
{
background-color: #053F83;
}
.BgClassName
{
background-color: #053F83;
}
</style>
border-color css
<style>
span { border-color: #053F83; }
span { border-color: rgb(5,63,131); }
td.TdClassName
{
border-color: #053F83;
}
.TagClassName
{
border-color: #053F83;
}
</style>