Shades of Cerulean #0E77B9
Tints of Cerulean #0E77B9
RGB
CMYK
RGB Variations
Color information
#0E77B9 (or 0x0E77B9) is known color: Cerulean. HEX triplet: 0E, 77 and B9. RGB value is (14,119,185). Sum of RGB (Red+Green+Blue) = 14+119+185=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #0E77B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E77B9 is #F18846. Grayscale: #5E5E5E. Windows color (decimal): -15829063 or 12154638. OLE color: 12154638.
HSL color Cylindrical-coordinate representation of color #0E77B9: hue angle of 203.16º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E77B9 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 119 | 185 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.27 |
| HSL | 203.16º | 0.86% | 0.39% | - |
| HSV(B) | 203.16º | 0.92% | 0.73% | - |
| XYZ | 15.53 | 16.79 | 48.32 | - |
| YUV | 95.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 185 | 0.92 | 0.36 | 0 | 0.27 | 203.16 | 0.86 | 0.39 |
| Hex | E | 77 | B9 | 5C | 24 | 0 | 1B | CB | 56 | 27 |
| Octal | 16 | 167 | 271 | 134 | 44 | 0 | 33 | 313 | 126 | 47 |
| Binary | 1110 | 1110111 | 10111001 | 1011100 | 100100 | 0 | 11011 | 11001011 | 1010110 | 100111 |
Color Harmonies of #0E77B9
Complementary color
Monochromatic Colors of #0E77B9
Black with #0E77B9
Text Example
Text Example
White with #0E77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E77B9; }
p { color: rgb(14,119,185); }
H1.HeaderClassName
{
color: #0E77B9;
}
.AnyTagClassName
{
color: #0E77B9;
}
</style>
background-color css
<style>
a { background-color: #0E77B9; }
a { background-color: rgb(14,119,185); }
div.DivClassName
{
background-color: #0E77B9;
}
.BgClassName
{
background-color: #0E77B9;
}
</style>
border-color css
<style>
span { border-color: #0E77B9; }
span { border-color: rgb(14,119,185); }
td.TdClassName
{
border-color: #0E77B9;
}
.TagClassName
{
border-color: #0E77B9;
}
</style>