Shades of Dark Cerulean #053781
Tints of Dark Cerulean #053781
RGB
CMYK
RGB Variations
Color information
#053781 (or 0x053781) is known color: Dark Cerulean. HEX triplet: 05, 37 and 81. RGB value is (5,55,129). Sum of RGB (Red+Green+Blue) = 5+55+129=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #053781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053781 is #FAC87E. Grayscale: #303030. Windows color (decimal): -16435327 or 8468229. OLE color: 8468229.
HSL color Cylindrical-coordinate representation of color #053781: hue angle of 215.81º 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 #053781 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 55 | 129 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.49 |
| HSL | 215.81º | 0.93% | 0.26% | - |
| HSV(B) | 215.81º | 0.96% | 0.51% | - |
| XYZ | 5.39 | 4.35 | 21.32 | - |
| YUV | 48.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 129 | 0.96 | 0.57 | 0 | 0.49 | 215.81 | 0.93 | 0.26 |
| Hex | 5 | 37 | 81 | 60 | 39 | 0 | 31 | D8 | 5D | 1A |
| Octal | 5 | 67 | 201 | 140 | 71 | 0 | 61 | 330 | 135 | 32 |
| Binary | 101 | 110111 | 10000001 | 1100000 | 111001 | 0 | 110001 | 11011000 | 1011101 | 11010 |
Color Harmonies of #053781
Complementary color
Monochromatic Colors of #053781
Black with #053781
Text Example
Text Example
White with #053781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053781; }
p { color: rgb(5,55,129); }
H1.HeaderClassName
{
color: #053781;
}
.AnyTagClassName
{
color: #053781;
}
</style>
background-color css
<style>
a { background-color: #053781; }
a { background-color: rgb(5,55,129); }
div.DivClassName
{
background-color: #053781;
}
.BgClassName
{
background-color: #053781;
}
</style>
border-color css
<style>
span { border-color: #053781; }
span { border-color: rgb(5,55,129); }
td.TdClassName
{
border-color: #053781;
}
.TagClassName
{
border-color: #053781;
}
</style>