Shades of Cerulean #0E7EBF
Tints of Cerulean #0E7EBF
RGB
CMYK
RGB Variations
Color information
#0E7EBF (or 0x0E7EBF) is known color: Cerulean. HEX triplet: 0E, 7E and BF. RGB value is (14,126,191). Sum of RGB (Red+Green+Blue) = 14+126+191=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E7EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7EBF is #F18140. Grayscale: #636363. Windows color (decimal): -15827265 or 12549646. OLE color: 12549646.
HSL color Cylindrical-coordinate representation of color #0E7EBF: hue angle of 202.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7EBF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 126 | 191 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.25 |
| HSL | 202.03º | 0.86% | 0.4% | - |
| HSV(B) | 202.03º | 0.93% | 0.75% | - |
| XYZ | 17.05 | 18.78 | 52.02 | - |
| YUV | 99.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 191 | 0.93 | 0.34 | 0 | 0.25 | 202.03 | 0.86 | 0.4 |
| Hex | E | 7E | BF | 5D | 22 | 0 | 19 | CA | 56 | 28 |
| Octal | 16 | 176 | 277 | 135 | 42 | 0 | 31 | 312 | 126 | 50 |
| Binary | 1110 | 1111110 | 10111111 | 1011101 | 100010 | 0 | 11001 | 11001010 | 1010110 | 101000 |
Color Harmonies of #0E7EBF
Complementary color
Monochromatic Colors of #0E7EBF
Black with #0E7EBF
Text Example
Text Example
White with #0E7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7EBF; }
p { color: rgb(14,126,191); }
H1.HeaderClassName
{
color: #0E7EBF;
}
.AnyTagClassName
{
color: #0E7EBF;
}
</style>
background-color css
<style>
a { background-color: #0E7EBF; }
a { background-color: rgb(14,126,191); }
div.DivClassName
{
background-color: #0E7EBF;
}
.BgClassName
{
background-color: #0E7EBF;
}
</style>
border-color css
<style>
span { border-color: #0E7EBF; }
span { border-color: rgb(14,126,191); }
td.TdClassName
{
border-color: #0E7EBF;
}
.TagClassName
{
border-color: #0E7EBF;
}
</style>