Shades of Dark Cerulean #055079
Tints of Dark Cerulean #055079
RGB
CMYK
RGB Variations
Color information
#055079 (or 0x055079) is known color: Dark Cerulean. HEX triplet: 05, 50 and 79. RGB value is (5,80,121). Sum of RGB (Red+Green+Blue) = 5+80+121=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #055079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055079 is #FAAF86. Grayscale: #3E3E3E. Windows color (decimal): -16428935 or 7950341. OLE color: 7950341.
HSL color Cylindrical-coordinate representation of color #055079: hue angle of 201.21º 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 #055079 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 80 | 121 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.53 |
| HSL | 201.21º | 0.92% | 0.25% | - |
| HSV(B) | 201.21º | 0.96% | 0.47% | - |
| XYZ | 6.38 | 7.15 | 19.13 | - |
| YUV | 62.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 121 | 0.96 | 0.34 | 0 | 0.53 | 201.21 | 0.92 | 0.25 |
| Hex | 5 | 50 | 79 | 60 | 22 | 0 | 35 | C9 | 5C | 19 |
| Octal | 5 | 120 | 171 | 140 | 42 | 0 | 65 | 311 | 134 | 31 |
| Binary | 101 | 1010000 | 1111001 | 1100000 | 100010 | 0 | 110101 | 11001001 | 1011100 | 11001 |
Color Harmonies of #055079
Complementary color
Monochromatic Colors of #055079
Black with #055079
Text Example
Text Example
White with #055079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055079; }
p { color: rgb(5,80,121); }
H1.HeaderClassName
{
color: #055079;
}
.AnyTagClassName
{
color: #055079;
}
</style>
background-color css
<style>
a { background-color: #055079; }
a { background-color: rgb(5,80,121); }
div.DivClassName
{
background-color: #055079;
}
.BgClassName
{
background-color: #055079;
}
</style>
border-color css
<style>
span { border-color: #055079; }
span { border-color: rgb(5,80,121); }
td.TdClassName
{
border-color: #055079;
}
.TagClassName
{
border-color: #055079;
}
</style>