Shades of Cerulean #0E7AAB
Tints of Cerulean #0E7AAB
RGB
CMYK
RGB Variations
Color information
#0E7AAB (or 0x0E7AAB) is known color: Cerulean. HEX triplet: 0E, 7A and AB. RGB value is (14,122,171). Sum of RGB (Red+Green+Blue) = 14+122+171=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E7AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7AAB is #F18554. Grayscale: #5E5E5E. Windows color (decimal): -15828309 or 11237902. OLE color: 11237902.
HSL color Cylindrical-coordinate representation of color #0E7AAB: hue angle of 198.73º 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 #0E7AAB is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 122 | 171 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.33 |
| HSL | 198.73º | 0.85% | 0.36% | - |
| HSV(B) | 198.73º | 0.92% | 0.67% | - |
| XYZ | 14.49 | 16.95 | 41.04 | - |
| YUV | 95.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 171 | 0.92 | 0.29 | 0 | 0.33 | 198.73 | 0.85 | 0.36 |
| Hex | E | 7A | AB | 5C | 1D | 0 | 21 | C7 | 55 | 24 |
| Octal | 16 | 172 | 253 | 134 | 35 | 0 | 41 | 307 | 125 | 44 |
| Binary | 1110 | 1111010 | 10101011 | 1011100 | 11101 | 0 | 100001 | 11000111 | 1010101 | 100100 |
Color Harmonies of #0E7AAB
Complementary color
Monochromatic Colors of #0E7AAB
Black with #0E7AAB
Text Example
Text Example
White with #0E7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7AAB; }
p { color: rgb(14,122,171); }
H1.HeaderClassName
{
color: #0E7AAB;
}
.AnyTagClassName
{
color: #0E7AAB;
}
</style>
background-color css
<style>
a { background-color: #0E7AAB; }
a { background-color: rgb(14,122,171); }
div.DivClassName
{
background-color: #0E7AAB;
}
.BgClassName
{
background-color: #0E7AAB;
}
</style>
border-color css
<style>
span { border-color: #0E7AAB; }
span { border-color: rgb(14,122,171); }
td.TdClassName
{
border-color: #0E7AAB;
}
.TagClassName
{
border-color: #0E7AAB;
}
</style>