Shades of Dark Cerulean #053778
Tints of Dark Cerulean #053778
RGB
CMYK
RGB Variations
Color information
#053778 (or 0x053778) is known color: Dark Cerulean. HEX triplet: 05, 37 and 78. RGB value is (5,55,120). Sum of RGB (Red+Green+Blue) = 5+55+120=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #053778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053778 is #FAC887. Grayscale: #2F2F2F. Windows color (decimal): -16435336 or 7878405. OLE color: 7878405.
HSL color Cylindrical-coordinate representation of color #053778: hue angle of 213.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053778 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 55 | 120 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.53 |
| HSL | 213.91º | 0.92% | 0.25% | - |
| HSV(B) | 213.91º | 0.96% | 0.47% | - |
| XYZ | 4.82 | 4.12 | 18.31 | - |
| YUV | 47.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 120 | 0.96 | 0.54 | 0 | 0.53 | 213.91 | 0.92 | 0.25 |
| Hex | 5 | 37 | 78 | 60 | 36 | 0 | 35 | D6 | 5C | 19 |
| Octal | 5 | 67 | 170 | 140 | 66 | 0 | 65 | 326 | 134 | 31 |
| Binary | 101 | 110111 | 1111000 | 1100000 | 110110 | 0 | 110101 | 11010110 | 1011100 | 11001 |
Color Harmonies of #053778
Complementary color
Monochromatic Colors of #053778
Black with #053778
Text Example
Text Example
White with #053778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053778; }
p { color: rgb(5,55,120); }
H1.HeaderClassName
{
color: #053778;
}
.AnyTagClassName
{
color: #053778;
}
</style>
background-color css
<style>
a { background-color: #053778; }
a { background-color: rgb(5,55,120); }
div.DivClassName
{
background-color: #053778;
}
.BgClassName
{
background-color: #053778;
}
</style>
border-color css
<style>
span { border-color: #053778; }
span { border-color: rgb(5,55,120); }
td.TdClassName
{
border-color: #053778;
}
.TagClassName
{
border-color: #053778;
}
</style>