Shades of Cerulean #0E7BA2
Tints of Cerulean #0E7BA2
RGB
CMYK
RGB Variations
Color information
#0E7BA2 (or 0x0E7BA2) is known color: Cerulean. HEX triplet: 0E, 7B and A2. RGB value is (14,123,162). Sum of RGB (Red+Green+Blue) = 14+123+162=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E7BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BA2 is #F1845D. Grayscale: #5E5E5E. Windows color (decimal): -15828062 or 10648334. OLE color: 10648334.
HSL color Cylindrical-coordinate representation of color #0E7BA2: hue angle of 195.81º 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 #0E7BA2 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 123 | 162 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.36 |
| HSL | 195.81º | 0.84% | 0.35% | - |
| HSV(B) | 195.81º | 0.91% | 0.64% | - |
| XYZ | 13.79 | 16.87 | 36.71 | - |
| YUV | 94.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 162 | 0.91 | 0.24 | 0 | 0.36 | 195.81 | 0.84 | 0.35 |
| Hex | E | 7B | A2 | 5B | 18 | 0 | 24 | C4 | 54 | 23 |
| Octal | 16 | 173 | 242 | 133 | 30 | 0 | 44 | 304 | 124 | 43 |
| Binary | 1110 | 1111011 | 10100010 | 1011011 | 11000 | 0 | 100100 | 11000100 | 1010100 | 100011 |
Color Harmonies of #0E7BA2
Complementary color
Monochromatic Colors of #0E7BA2
Black with #0E7BA2
Text Example
Text Example
White with #0E7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BA2; }
p { color: rgb(14,123,162); }
H1.HeaderClassName
{
color: #0E7BA2;
}
.AnyTagClassName
{
color: #0E7BA2;
}
</style>
background-color css
<style>
a { background-color: #0E7BA2; }
a { background-color: rgb(14,123,162); }
div.DivClassName
{
background-color: #0E7BA2;
}
.BgClassName
{
background-color: #0E7BA2;
}
</style>
border-color css
<style>
span { border-color: #0E7BA2; }
span { border-color: rgb(14,123,162); }
td.TdClassName
{
border-color: #0E7BA2;
}
.TagClassName
{
border-color: #0E7BA2;
}
</style>