Shades of Dark Cerulean #053C8B
Tints of Dark Cerulean #053C8B
RGB
CMYK
RGB Variations
Color information
#053C8B (or 0x053C8B) is known color: Dark Cerulean. HEX triplet: 05, 3C and 8B. RGB value is (5,60,139). Sum of RGB (Red+Green+Blue) = 5+60+139=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #053C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C8B is #FAC374. Grayscale: #343434. Windows color (decimal): -16434037 or 9124869. OLE color: 9124869.
HSL color Cylindrical-coordinate representation of color #053C8B: hue angle of 215.37º 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 #053C8B is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 60 | 139 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.45 |
| HSL | 215.37º | 0.93% | 0.28% | - |
| HSV(B) | 215.37º | 0.96% | 0.55% | - |
| XYZ | 6.34 | 5.13 | 25.08 | - |
| YUV | 52.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 139 | 0.96 | 0.57 | 0 | 0.45 | 215.37 | 0.93 | 0.28 |
| Hex | 5 | 3C | 8B | 60 | 39 | 0 | 2D | D7 | 5D | 1C |
| Octal | 5 | 74 | 213 | 140 | 71 | 0 | 55 | 327 | 135 | 34 |
| Binary | 101 | 111100 | 10001011 | 1100000 | 111001 | 0 | 101101 | 11010111 | 1011101 | 11100 |
Color Harmonies of #053C8B
Complementary color
Monochromatic Colors of #053C8B
Black with #053C8B
Text Example
Text Example
White with #053C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C8B; }
p { color: rgb(5,60,139); }
H1.HeaderClassName
{
color: #053C8B;
}
.AnyTagClassName
{
color: #053C8B;
}
</style>
background-color css
<style>
a { background-color: #053C8B; }
a { background-color: rgb(5,60,139); }
div.DivClassName
{
background-color: #053C8B;
}
.BgClassName
{
background-color: #053C8B;
}
</style>
border-color css
<style>
span { border-color: #053C8B; }
span { border-color: rgb(5,60,139); }
td.TdClassName
{
border-color: #053C8B;
}
.TagClassName
{
border-color: #053C8B;
}
</style>