Shades of Cerulean #0E7AB2
Tints of Cerulean #0E7AB2
RGB
CMYK
RGB Variations
Color information
#0E7AB2 (or 0x0E7AB2) is known color: Cerulean. HEX triplet: 0E, 7A and B2. RGB value is (14,122,178). Sum of RGB (Red+Green+Blue) = 14+122+178=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E7AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7AB2 is #F1854D. Grayscale: #5F5F5F. Windows color (decimal): -15828302 or 11696654. OLE color: 11696654.
HSL color Cylindrical-coordinate representation of color #0E7AB2: hue angle of 200.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7AB2 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 122 | 178 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.30 |
| HSL | 200.49º | 0.85% | 0.38% | - |
| HSV(B) | 200.49º | 0.92% | 0.7% | - |
| XYZ | 15.18 | 17.23 | 44.64 | - |
| YUV | 96.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 178 | 0.92 | 0.31 | 0 | 0.30 | 200.49 | 0.85 | 0.38 |
| Hex | E | 7A | B2 | 5C | 1F | 0 | 1E | C8 | 55 | 26 |
| Octal | 16 | 172 | 262 | 134 | 37 | 0 | 36 | 310 | 125 | 46 |
| Binary | 1110 | 1111010 | 10110010 | 1011100 | 11111 | 0 | 11110 | 11001000 | 1010101 | 100110 |
Color Harmonies of #0E7AB2
Complementary color
Monochromatic Colors of #0E7AB2
Black with #0E7AB2
Text Example
Text Example
White with #0E7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7AB2; }
p { color: rgb(14,122,178); }
H1.HeaderClassName
{
color: #0E7AB2;
}
.AnyTagClassName
{
color: #0E7AB2;
}
</style>
background-color css
<style>
a { background-color: #0E7AB2; }
a { background-color: rgb(14,122,178); }
div.DivClassName
{
background-color: #0E7AB2;
}
.BgClassName
{
background-color: #0E7AB2;
}
</style>
border-color css
<style>
span { border-color: #0E7AB2; }
span { border-color: rgb(14,122,178); }
td.TdClassName
{
border-color: #0E7AB2;
}
.TagClassName
{
border-color: #0E7AB2;
}
</style>