Shades of Cerulean #05779C
Tints of Cerulean #05779C
RGB
CMYK
RGB Variations
Color information
#05779C (or 0x05779C) is known color: Cerulean. HEX triplet: 05, 77 and 9C. RGB value is (5,119,156). Sum of RGB (Red+Green+Blue) = 5+119+156=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #05779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05779C is #FA8863. Grayscale: #585858. Windows color (decimal): -16418916 or 10254085. OLE color: 10254085.
HSL color Cylindrical-coordinate representation of color #05779C: hue angle of 194.7º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05779C is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 119 | 156 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.39 |
| HSL | 194.7º | 0.94% | 0.32% | - |
| HSV(B) | 194.7º | 0.97% | 0.61% | - |
| XYZ | 12.66 | 15.63 | 33.8 | - |
| YUV | 89.13 | 165.73 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 156 | 0.97 | 0.24 | 0 | 0.39 | 194.7 | 0.94 | 0.32 |
| Hex | 5 | 77 | 9C | 61 | 18 | 0 | 27 | C3 | 5E | 20 |
| Octal | 5 | 167 | 234 | 141 | 30 | 0 | 47 | 303 | 136 | 40 |
| Binary | 101 | 1110111 | 10011100 | 1100001 | 11000 | 0 | 100111 | 11000011 | 1011110 | 100000 |
Color Harmonies of #05779C
Complementary color
Monochromatic Colors of #05779C
Black with #05779C
Text Example
Text Example
White with #05779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05779C; }
p { color: rgb(5,119,156); }
H1.HeaderClassName
{
color: #05779C;
}
.AnyTagClassName
{
color: #05779C;
}
</style>
background-color css
<style>
a { background-color: #05779C; }
a { background-color: rgb(5,119,156); }
div.DivClassName
{
background-color: #05779C;
}
.BgClassName
{
background-color: #05779C;
}
</style>
border-color css
<style>
span { border-color: #05779C; }
span { border-color: rgb(5,119,156); }
td.TdClassName
{
border-color: #05779C;
}
.TagClassName
{
border-color: #05779C;
}
</style>