Shades of Dark Cerulean #053A81
Tints of Dark Cerulean #053A81
RGB
CMYK
RGB Variations
Color information
#053A81 (or 0x053A81) is known color: Dark Cerulean. HEX triplet: 05, 3A and 81. RGB value is (5,58,129). Sum of RGB (Red+Green+Blue) = 5+58+129=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #053A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A81 is #FAC57E. Grayscale: #313131. Windows color (decimal): -16434559 or 8468997. OLE color: 8468997.
HSL color Cylindrical-coordinate representation of color #053A81: hue angle of 214.35º 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 #053A81 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 58 | 129 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.49 |
| HSL | 214.35º | 0.93% | 0.26% | - |
| HSV(B) | 214.35º | 0.96% | 0.51% | - |
| XYZ | 5.54 | 4.64 | 21.37 | - |
| YUV | 50.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 129 | 0.96 | 0.55 | 0 | 0.49 | 214.35 | 0.93 | 0.26 |
| Hex | 5 | 3A | 81 | 60 | 37 | 0 | 31 | D6 | 5D | 1A |
| Octal | 5 | 72 | 201 | 140 | 67 | 0 | 61 | 326 | 135 | 32 |
| Binary | 101 | 111010 | 10000001 | 1100000 | 110111 | 0 | 110001 | 11010110 | 1011101 | 11010 |
Color Harmonies of #053A81
Complementary color
Monochromatic Colors of #053A81
Black with #053A81
Text Example
Text Example
White with #053A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A81; }
p { color: rgb(5,58,129); }
H1.HeaderClassName
{
color: #053A81;
}
.AnyTagClassName
{
color: #053A81;
}
</style>
background-color css
<style>
a { background-color: #053A81; }
a { background-color: rgb(5,58,129); }
div.DivClassName
{
background-color: #053A81;
}
.BgClassName
{
background-color: #053A81;
}
</style>
border-color css
<style>
span { border-color: #053A81; }
span { border-color: rgb(5,58,129); }
td.TdClassName
{
border-color: #053A81;
}
.TagClassName
{
border-color: #053A81;
}
</style>