Shades of Dark Cerulean #053F8D
Tints of Dark Cerulean #053F8D
RGB
CMYK
RGB Variations
Color information
#053F8D (or 0x053F8D) is known color: Dark Cerulean. HEX triplet: 05, 3F and 8D. RGB value is (5,63,141). Sum of RGB (Red+Green+Blue) = 5+63+141=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #053F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F8D is #FAC072. Grayscale: #363636. Windows color (decimal): -16433267 or 9256709. OLE color: 9256709.
HSL color Cylindrical-coordinate representation of color #053F8D: hue angle of 214.41º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F8D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 63 | 141 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.45 |
| HSL | 214.41º | 0.93% | 0.29% | - |
| HSV(B) | 214.41º | 0.96% | 0.55% | - |
| XYZ | 6.65 | 5.51 | 25.91 | - |
| YUV | 54.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 141 | 0.96 | 0.55 | 0 | 0.45 | 214.41 | 0.93 | 0.29 |
| Hex | 5 | 3F | 8D | 60 | 37 | 0 | 2D | D6 | 5D | 1D |
| Octal | 5 | 77 | 215 | 140 | 67 | 0 | 55 | 326 | 135 | 35 |
| Binary | 101 | 111111 | 10001101 | 1100000 | 110111 | 0 | 101101 | 11010110 | 1011101 | 11101 |
Color Harmonies of #053F8D
Complementary color
Monochromatic Colors of #053F8D
Black with #053F8D
Text Example
Text Example
White with #053F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F8D; }
p { color: rgb(5,63,141); }
H1.HeaderClassName
{
color: #053F8D;
}
.AnyTagClassName
{
color: #053F8D;
}
</style>
background-color css
<style>
a { background-color: #053F8D; }
a { background-color: rgb(5,63,141); }
div.DivClassName
{
background-color: #053F8D;
}
.BgClassName
{
background-color: #053F8D;
}
</style>
border-color css
<style>
span { border-color: #053F8D; }
span { border-color: rgb(5,63,141); }
td.TdClassName
{
border-color: #053F8D;
}
.TagClassName
{
border-color: #053F8D;
}
</style>