Shades of Cerulean #0E77BA
Tints of Cerulean #0E77BA
RGB
CMYK
RGB Variations
Color information
#0E77BA (or 0x0E77BA) is known color: Cerulean. HEX triplet: 0E, 77 and BA. RGB value is (14,119,186). Sum of RGB (Red+Green+Blue) = 14+119+186=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E77BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E77BA is #F18845. Grayscale: #5E5E5E. Windows color (decimal): -15829062 or 12220174. OLE color: 12220174.
HSL color Cylindrical-coordinate representation of color #0E77BA: hue angle of 203.37º 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 #0E77BA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 119 | 186 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.27 |
| HSL | 203.37º | 0.86% | 0.39% | - |
| HSV(B) | 203.37º | 0.92% | 0.73% | - |
| XYZ | 15.64 | 16.83 | 48.88 | - |
| YUV | 95.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 186 | 0.92 | 0.36 | 0 | 0.27 | 203.37 | 0.86 | 0.39 |
| Hex | E | 77 | BA | 5C | 24 | 0 | 1B | CB | 56 | 27 |
| Octal | 16 | 167 | 272 | 134 | 44 | 0 | 33 | 313 | 126 | 47 |
| Binary | 1110 | 1110111 | 10111010 | 1011100 | 100100 | 0 | 11011 | 11001011 | 1010110 | 100111 |
Color Harmonies of #0E77BA
Complementary color
Monochromatic Colors of #0E77BA
Black with #0E77BA
Text Example
Text Example
White with #0E77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E77BA; }
p { color: rgb(14,119,186); }
H1.HeaderClassName
{
color: #0E77BA;
}
.AnyTagClassName
{
color: #0E77BA;
}
</style>
background-color css
<style>
a { background-color: #0E77BA; }
a { background-color: rgb(14,119,186); }
div.DivClassName
{
background-color: #0E77BA;
}
.BgClassName
{
background-color: #0E77BA;
}
</style>
border-color css
<style>
span { border-color: #0E77BA; }
span { border-color: rgb(14,119,186); }
td.TdClassName
{
border-color: #0E77BA;
}
.TagClassName
{
border-color: #0E77BA;
}
</style>