Shades of Dark Cerulean #053E8B
Tints of Dark Cerulean #053E8B
RGB
CMYK
RGB Variations
Color information
#053E8B (or 0x053E8B) is known color: Dark Cerulean. HEX triplet: 05, 3E and 8B. RGB value is (5,62,139). Sum of RGB (Red+Green+Blue) = 5+62+139=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #053E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E8B is #FAC174. Grayscale: #353535. Windows color (decimal): -16433525 or 9125381. OLE color: 9125381.
HSL color Cylindrical-coordinate representation of color #053E8B: hue angle of 214.48º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E8B is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 62 | 139 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.45 |
| HSL | 214.48º | 0.93% | 0.28% | - |
| HSV(B) | 214.48º | 0.96% | 0.55% | - |
| XYZ | 6.45 | 5.34 | 25.12 | - |
| YUV | 53.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 139 | 0.96 | 0.55 | 0 | 0.45 | 214.48 | 0.93 | 0.28 |
| Hex | 5 | 3E | 8B | 60 | 37 | 0 | 2D | D6 | 5D | 1C |
| Octal | 5 | 76 | 213 | 140 | 67 | 0 | 55 | 326 | 135 | 34 |
| Binary | 101 | 111110 | 10001011 | 1100000 | 110111 | 0 | 101101 | 11010110 | 1011101 | 11100 |
Color Harmonies of #053E8B
Complementary color
Monochromatic Colors of #053E8B
Black with #053E8B
Text Example
Text Example
White with #053E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E8B; }
p { color: rgb(5,62,139); }
H1.HeaderClassName
{
color: #053E8B;
}
.AnyTagClassName
{
color: #053E8B;
}
</style>
background-color css
<style>
a { background-color: #053E8B; }
a { background-color: rgb(5,62,139); }
div.DivClassName
{
background-color: #053E8B;
}
.BgClassName
{
background-color: #053E8B;
}
</style>
border-color css
<style>
span { border-color: #053E8B; }
span { border-color: rgb(5,62,139); }
td.TdClassName
{
border-color: #053E8B;
}
.TagClassName
{
border-color: #053E8B;
}
</style>