Shades of Dark Cerulean #053F8C
Tints of Dark Cerulean #053F8C
RGB
CMYK
RGB Variations
Color information
#053F8C (or 0x053F8C) is known color: Dark Cerulean. HEX triplet: 05, 3F and 8C. RGB value is (5,63,140). Sum of RGB (Red+Green+Blue) = 5+63+140=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #053F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F8C is #FAC073. Grayscale: #363636. Windows color (decimal): -16433268 or 9191173. OLE color: 9191173.
HSL color Cylindrical-coordinate representation of color #053F8C: hue angle of 214.22º 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 #053F8C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 63 | 140 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.45 |
| HSL | 214.22º | 0.93% | 0.28% | - |
| HSV(B) | 214.22º | 0.96% | 0.55% | - |
| XYZ | 6.57 | 5.48 | 25.52 | - |
| YUV | 54.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 140 | 0.96 | 0.55 | 0 | 0.45 | 214.22 | 0.93 | 0.28 |
| Hex | 5 | 3F | 8C | 60 | 37 | 0 | 2D | D6 | 5D | 1C |
| Octal | 5 | 77 | 214 | 140 | 67 | 0 | 55 | 326 | 135 | 34 |
| Binary | 101 | 111111 | 10001100 | 1100000 | 110111 | 0 | 101101 | 11010110 | 1011101 | 11100 |
Color Harmonies of #053F8C
Complementary color
Monochromatic Colors of #053F8C
Black with #053F8C
Text Example
Text Example
White with #053F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F8C; }
p { color: rgb(5,63,140); }
H1.HeaderClassName
{
color: #053F8C;
}
.AnyTagClassName
{
color: #053F8C;
}
</style>
background-color css
<style>
a { background-color: #053F8C; }
a { background-color: rgb(5,63,140); }
div.DivClassName
{
background-color: #053F8C;
}
.BgClassName
{
background-color: #053F8C;
}
</style>
border-color css
<style>
span { border-color: #053F8C; }
span { border-color: rgb(5,63,140); }
td.TdClassName
{
border-color: #053F8C;
}
.TagClassName
{
border-color: #053F8C;
}
</style>