Shades of Cerulean #0E7FA2
Tints of Cerulean #0E7FA2
RGB
CMYK
RGB Variations
Color information
#0E7FA2 (or 0x0E7FA2) is known color: Cerulean. HEX triplet: 0E, 7F and A2. RGB value is (14,127,162). Sum of RGB (Red+Green+Blue) = 14+127+162=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E7FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7FA2 is #F1805D. Grayscale: #606060. Windows color (decimal): -15827038 or 10649358. OLE color: 10649358.
HSL color Cylindrical-coordinate representation of color #0E7FA2: hue angle of 194.19º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7FA2 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 127 | 162 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.36 |
| HSL | 194.19º | 0.84% | 0.35% | - |
| HSV(B) | 194.19º | 0.91% | 0.64% | - |
| XYZ | 14.29 | 17.88 | 36.88 | - |
| YUV | 97.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 162 | 0.91 | 0.22 | 0 | 0.36 | 194.19 | 0.84 | 0.35 |
| Hex | E | 7F | A2 | 5B | 16 | 0 | 24 | C2 | 54 | 23 |
| Octal | 16 | 177 | 242 | 133 | 26 | 0 | 44 | 302 | 124 | 43 |
| Binary | 1110 | 1111111 | 10100010 | 1011011 | 10110 | 0 | 100100 | 11000010 | 1010100 | 100011 |
Color Harmonies of #0E7FA2
Complementary color
Monochromatic Colors of #0E7FA2
Black with #0E7FA2
Text Example
Text Example
White with #0E7FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FA2; }
p { color: rgb(14,127,162); }
H1.HeaderClassName
{
color: #0E7FA2;
}
.AnyTagClassName
{
color: #0E7FA2;
}
</style>
background-color css
<style>
a { background-color: #0E7FA2; }
a { background-color: rgb(14,127,162); }
div.DivClassName
{
background-color: #0E7FA2;
}
.BgClassName
{
background-color: #0E7FA2;
}
</style>
border-color css
<style>
span { border-color: #0E7FA2; }
span { border-color: rgb(14,127,162); }
td.TdClassName
{
border-color: #0E7FA2;
}
.TagClassName
{
border-color: #0E7FA2;
}
</style>