Shades of Cerulean #05769E
Tints of Cerulean #05769E
RGB
CMYK
RGB Variations
Color information
#05769E (or 0x05769E) is known color: Cerulean. HEX triplet: 05, 76 and 9E. RGB value is (5,118,158). Sum of RGB (Red+Green+Blue) = 5+118+158=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #05769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05769E is #FA8961. Grayscale: #585858. Windows color (decimal): -16419170 or 10384901. OLE color: 10384901.
HSL color Cylindrical-coordinate representation of color #05769E: hue angle of 195.69º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05769E is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 118 | 158 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.38 |
| HSL | 195.69º | 0.94% | 0.32% | - |
| HSV(B) | 195.69º | 0.97% | 0.62% | - |
| XYZ | 12.71 | 15.46 | 34.66 | - |
| YUV | 88.77 | 167.06 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 158 | 0.97 | 0.25 | 0 | 0.38 | 195.69 | 0.94 | 0.32 |
| Hex | 5 | 76 | 9E | 61 | 19 | 0 | 26 | C4 | 5E | 20 |
| Octal | 5 | 166 | 236 | 141 | 31 | 0 | 46 | 304 | 136 | 40 |
| Binary | 101 | 1110110 | 10011110 | 1100001 | 11001 | 0 | 100110 | 11000100 | 1011110 | 100000 |
Color Harmonies of #05769E
Complementary color
Monochromatic Colors of #05769E
Black with #05769E
Text Example
Text Example
White with #05769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05769E; }
p { color: rgb(5,118,158); }
H1.HeaderClassName
{
color: #05769E;
}
.AnyTagClassName
{
color: #05769E;
}
</style>
background-color css
<style>
a { background-color: #05769E; }
a { background-color: rgb(5,118,158); }
div.DivClassName
{
background-color: #05769E;
}
.BgClassName
{
background-color: #05769E;
}
</style>
border-color css
<style>
span { border-color: #05769E; }
span { border-color: rgb(5,118,158); }
td.TdClassName
{
border-color: #05769E;
}
.TagClassName
{
border-color: #05769E;
}
</style>