Shades of Cerulean #0E76AC
Tints of Cerulean #0E76AC
RGB
CMYK
RGB Variations
Color information
#0E76AC (or 0x0E76AC) is known color: Cerulean. HEX triplet: 0E, 76 and AC. RGB value is (14,118,172). Sum of RGB (Red+Green+Blue) = 14+118+172=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E76AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E76AC is #F18953. Grayscale: #5C5C5C. Windows color (decimal): -15829332 or 11302414. OLE color: 11302414.
HSL color Cylindrical-coordinate representation of color #0E76AC: hue angle of 200.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E76AC is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 118 | 172 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.33 |
| HSL | 200.51º | 0.85% | 0.36% | - |
| HSV(B) | 200.51º | 0.92% | 0.67% | - |
| XYZ | 14.11 | 16.03 | 41.38 | - |
| YUV | 93.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 172 | 0.92 | 0.31 | 0 | 0.33 | 200.51 | 0.85 | 0.36 |
| Hex | E | 76 | AC | 5C | 1F | 0 | 21 | C9 | 55 | 24 |
| Octal | 16 | 166 | 254 | 134 | 37 | 0 | 41 | 311 | 125 | 44 |
| Binary | 1110 | 1110110 | 10101100 | 1011100 | 11111 | 0 | 100001 | 11001001 | 1010101 | 100100 |
Color Harmonies of #0E76AC
Complementary color
Monochromatic Colors of #0E76AC
Black with #0E76AC
Text Example
Text Example
White with #0E76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E76AC; }
p { color: rgb(14,118,172); }
H1.HeaderClassName
{
color: #0E76AC;
}
.AnyTagClassName
{
color: #0E76AC;
}
</style>
background-color css
<style>
a { background-color: #0E76AC; }
a { background-color: rgb(14,118,172); }
div.DivClassName
{
background-color: #0E76AC;
}
.BgClassName
{
background-color: #0E76AC;
}
</style>
border-color css
<style>
span { border-color: #0E76AC; }
span { border-color: rgb(14,118,172); }
td.TdClassName
{
border-color: #0E76AC;
}
.TagClassName
{
border-color: #0E76AC;
}
</style>