Shades of Cerulean #0E7BAE
Tints of Cerulean #0E7BAE
RGB
CMYK
RGB Variations
Color information
#0E7BAE (or 0x0E7BAE) is known color: Cerulean. HEX triplet: 0E, 7B and AE. RGB value is (14,123,174). Sum of RGB (Red+Green+Blue) = 14+123+174=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E7BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BAE is #F18451. Grayscale: #5F5F5F. Windows color (decimal): -15828050 or 11434766. OLE color: 11434766.
HSL color Cylindrical-coordinate representation of color #0E7BAE: hue angle of 199.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7BAE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 123 | 174 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.32 |
| HSL | 199.13º | 0.85% | 0.37% | - |
| HSV(B) | 199.13º | 0.92% | 0.68% | - |
| XYZ | 14.9 | 17.32 | 42.6 | - |
| YUV | 96.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 174 | 0.92 | 0.29 | 0 | 0.32 | 199.13 | 0.85 | 0.37 |
| Hex | E | 7B | AE | 5C | 1D | 0 | 20 | C7 | 55 | 25 |
| Octal | 16 | 173 | 256 | 134 | 35 | 0 | 40 | 307 | 125 | 45 |
| Binary | 1110 | 1111011 | 10101110 | 1011100 | 11101 | 0 | 100000 | 11000111 | 1010101 | 100101 |
Color Harmonies of #0E7BAE
Complementary color
Monochromatic Colors of #0E7BAE
Black with #0E7BAE
Text Example
Text Example
White with #0E7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BAE; }
p { color: rgb(14,123,174); }
H1.HeaderClassName
{
color: #0E7BAE;
}
.AnyTagClassName
{
color: #0E7BAE;
}
</style>
background-color css
<style>
a { background-color: #0E7BAE; }
a { background-color: rgb(14,123,174); }
div.DivClassName
{
background-color: #0E7BAE;
}
.BgClassName
{
background-color: #0E7BAE;
}
</style>
border-color css
<style>
span { border-color: #0E7BAE; }
span { border-color: rgb(14,123,174); }
td.TdClassName
{
border-color: #0E7BAE;
}
.TagClassName
{
border-color: #0E7BAE;
}
</style>