Shades of Cerulean #0E7BAC
Tints of Cerulean #0E7BAC
RGB
CMYK
RGB Variations
Color information
#0E7BAC (or 0x0E7BAC) is known color: Cerulean. HEX triplet: 0E, 7B and AC. RGB value is (14,123,172). Sum of RGB (Red+Green+Blue) = 14+123+172=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BAC is #F18453. Grayscale: #5F5F5F. Windows color (decimal): -15828052 or 11303694. OLE color: 11303694.
HSL color Cylindrical-coordinate representation of color #0E7BAC: hue angle of 198.61º 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 #0E7BAC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 123 | 172 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.33 |
| HSL | 198.61º | 0.85% | 0.36% | - |
| HSV(B) | 198.61º | 0.92% | 0.67% | - |
| XYZ | 14.71 | 17.24 | 41.58 | - |
| YUV | 96 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 172 | 0.92 | 0.28 | 0 | 0.33 | 198.61 | 0.85 | 0.36 |
| Hex | E | 7B | AC | 5C | 1C | 0 | 21 | C7 | 55 | 24 |
| Octal | 16 | 173 | 254 | 134 | 34 | 0 | 41 | 307 | 125 | 44 |
| Binary | 1110 | 1111011 | 10101100 | 1011100 | 11100 | 0 | 100001 | 11000111 | 1010101 | 100100 |
Color Harmonies of #0E7BAC
Complementary color
Monochromatic Colors of #0E7BAC
Black with #0E7BAC
Text Example
Text Example
White with #0E7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BAC; }
p { color: rgb(14,123,172); }
H1.HeaderClassName
{
color: #0E7BAC;
}
.AnyTagClassName
{
color: #0E7BAC;
}
</style>
background-color css
<style>
a { background-color: #0E7BAC; }
a { background-color: rgb(14,123,172); }
div.DivClassName
{
background-color: #0E7BAC;
}
.BgClassName
{
background-color: #0E7BAC;
}
</style>
border-color css
<style>
span { border-color: #0E7BAC; }
span { border-color: rgb(14,123,172); }
td.TdClassName
{
border-color: #0E7BAC;
}
.TagClassName
{
border-color: #0E7BAC;
}
</style>