Shades of Cerulean #0E7DAB
Tints of Cerulean #0E7DAB
RGB
CMYK
RGB Variations
Color information
#0E7DAB (or 0x0E7DAB) is known color: Cerulean. HEX triplet: 0E, 7D and AB. RGB value is (14,125,171). Sum of RGB (Red+Green+Blue) = 14+125+171=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E7DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7DAB is #F18254. Grayscale: #606060. Windows color (decimal): -15827541 or 11238670. OLE color: 11238670.
HSL color Cylindrical-coordinate representation of color #0E7DAB: hue angle of 197.58º 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 #0E7DAB is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 125 | 171 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.33 |
| HSL | 197.58º | 0.85% | 0.36% | - |
| HSV(B) | 197.58º | 0.92% | 0.67% | - |
| XYZ | 14.87 | 17.7 | 41.16 | - |
| YUV | 97.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 171 | 0.92 | 0.27 | 0 | 0.33 | 197.58 | 0.85 | 0.36 |
| Hex | E | 7D | AB | 5C | 1B | 0 | 21 | C6 | 55 | 24 |
| Octal | 16 | 175 | 253 | 134 | 33 | 0 | 41 | 306 | 125 | 44 |
| Binary | 1110 | 1111101 | 10101011 | 1011100 | 11011 | 0 | 100001 | 11000110 | 1010101 | 100100 |
Color Harmonies of #0E7DAB
Complementary color
Monochromatic Colors of #0E7DAB
Black with #0E7DAB
Text Example
Text Example
White with #0E7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7DAB; }
p { color: rgb(14,125,171); }
H1.HeaderClassName
{
color: #0E7DAB;
}
.AnyTagClassName
{
color: #0E7DAB;
}
</style>
background-color css
<style>
a { background-color: #0E7DAB; }
a { background-color: rgb(14,125,171); }
div.DivClassName
{
background-color: #0E7DAB;
}
.BgClassName
{
background-color: #0E7DAB;
}
</style>
border-color css
<style>
span { border-color: #0E7DAB; }
span { border-color: rgb(14,125,171); }
td.TdClassName
{
border-color: #0E7DAB;
}
.TagClassName
{
border-color: #0E7DAB;
}
</style>