Shades of Cerulean #0E7EAB
Tints of Cerulean #0E7EAB
RGB
CMYK
RGB Variations
Color information
#0E7EAB (or 0x0E7EAB) is known color: Cerulean. HEX triplet: 0E, 7E and AB. RGB value is (14,126,171). Sum of RGB (Red+Green+Blue) = 14+126+171=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E7EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7EAB is #F18154. Grayscale: #616161. Windows color (decimal): -15827285 or 11238926. OLE color: 11238926.
HSL color Cylindrical-coordinate representation of color #0E7EAB: hue angle of 197.2º 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 #0E7EAB is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 126 | 171 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.33 |
| HSL | 197.2º | 0.85% | 0.36% | - |
| HSV(B) | 197.2º | 0.92% | 0.67% | - |
| XYZ | 14.99 | 17.96 | 41.2 | - |
| YUV | 97.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 171 | 0.92 | 0.26 | 0 | 0.33 | 197.2 | 0.85 | 0.36 |
| Hex | E | 7E | AB | 5C | 1A | 0 | 21 | C5 | 55 | 24 |
| Octal | 16 | 176 | 253 | 134 | 32 | 0 | 41 | 305 | 125 | 44 |
| Binary | 1110 | 1111110 | 10101011 | 1011100 | 11010 | 0 | 100001 | 11000101 | 1010101 | 100100 |
Color Harmonies of #0E7EAB
Complementary color
Monochromatic Colors of #0E7EAB
Black with #0E7EAB
Text Example
Text Example
White with #0E7EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7EAB; }
p { color: rgb(14,126,171); }
H1.HeaderClassName
{
color: #0E7EAB;
}
.AnyTagClassName
{
color: #0E7EAB;
}
</style>
background-color css
<style>
a { background-color: #0E7EAB; }
a { background-color: rgb(14,126,171); }
div.DivClassName
{
background-color: #0E7EAB;
}
.BgClassName
{
background-color: #0E7EAB;
}
</style>
border-color css
<style>
span { border-color: #0E7EAB; }
span { border-color: rgb(14,126,171); }
td.TdClassName
{
border-color: #0E7EAB;
}
.TagClassName
{
border-color: #0E7EAB;
}
</style>