Shades of Cerulean #0E7DAE
Tints of Cerulean #0E7DAE
RGB
CMYK
RGB Variations
Color information
#0E7DAE (or 0x0E7DAE) is known color: Cerulean. HEX triplet: 0E, 7D and AE. RGB value is (14,125,174). Sum of RGB (Red+Green+Blue) = 14+125+174=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E7DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7DAE is #F18251. Grayscale: #616161. Windows color (decimal): -15827538 or 11435278. OLE color: 11435278.
HSL color Cylindrical-coordinate representation of color #0E7DAE: hue angle of 198.38º 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 #0E7DAE is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 125 | 174 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.32 |
| HSL | 198.38º | 0.85% | 0.37% | - |
| HSV(B) | 198.38º | 0.92% | 0.68% | - |
| XYZ | 15.15 | 17.82 | 42.68 | - |
| YUV | 97.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 174 | 0.92 | 0.28 | 0 | 0.32 | 198.38 | 0.85 | 0.37 |
| Hex | E | 7D | AE | 5C | 1C | 0 | 20 | C6 | 55 | 25 |
| Octal | 16 | 175 | 256 | 134 | 34 | 0 | 40 | 306 | 125 | 45 |
| Binary | 1110 | 1111101 | 10101110 | 1011100 | 11100 | 0 | 100000 | 11000110 | 1010101 | 100101 |
Color Harmonies of #0E7DAE
Complementary color
Monochromatic Colors of #0E7DAE
Black with #0E7DAE
Text Example
Text Example
White with #0E7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7DAE; }
p { color: rgb(14,125,174); }
H1.HeaderClassName
{
color: #0E7DAE;
}
.AnyTagClassName
{
color: #0E7DAE;
}
</style>
background-color css
<style>
a { background-color: #0E7DAE; }
a { background-color: rgb(14,125,174); }
div.DivClassName
{
background-color: #0E7DAE;
}
.BgClassName
{
background-color: #0E7DAE;
}
</style>
border-color css
<style>
span { border-color: #0E7DAE; }
span { border-color: rgb(14,125,174); }
td.TdClassName
{
border-color: #0E7DAE;
}
.TagClassName
{
border-color: #0E7DAE;
}
</style>