Shades of Cerulean #0E7BA1
Tints of Cerulean #0E7BA1
RGB
CMYK
RGB Variations
Color information
#0E7BA1 (or 0x0E7BA1) is known color: Cerulean. HEX triplet: 0E, 7B and A1. RGB value is (14,123,161). Sum of RGB (Red+Green+Blue) = 14+123+161=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E7BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BA1 is #F1845E. Grayscale: #5E5E5E. Windows color (decimal): -15828063 or 10582798. OLE color: 10582798.
HSL color Cylindrical-coordinate representation of color #0E7BA1: hue angle of 195.51º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7BA1 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 123 | 161 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.37 |
| HSL | 195.51º | 0.84% | 0.34% | - |
| HSV(B) | 195.51º | 0.91% | 0.63% | - |
| XYZ | 13.7 | 16.83 | 36.25 | - |
| YUV | 94.74 | 165.39 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 161 | 0.91 | 0.24 | 0 | 0.37 | 195.51 | 0.84 | 0.34 |
| Hex | E | 7B | A1 | 5B | 18 | 0 | 25 | C4 | 54 | 22 |
| Octal | 16 | 173 | 241 | 133 | 30 | 0 | 45 | 304 | 124 | 42 |
| Binary | 1110 | 1111011 | 10100001 | 1011011 | 11000 | 0 | 100101 | 11000100 | 1010100 | 100010 |
Color Harmonies of #0E7BA1
Complementary color
Monochromatic Colors of #0E7BA1
Black with #0E7BA1
Text Example
Text Example
White with #0E7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7BA1; }
p { color: rgb(14,123,161); }
H1.HeaderClassName
{
color: #0E7BA1;
}
.AnyTagClassName
{
color: #0E7BA1;
}
</style>
background-color css
<style>
a { background-color: #0E7BA1; }
a { background-color: rgb(14,123,161); }
div.DivClassName
{
background-color: #0E7BA1;
}
.BgClassName
{
background-color: #0E7BA1;
}
</style>
border-color css
<style>
span { border-color: #0E7BA1; }
span { border-color: rgb(14,123,161); }
td.TdClassName
{
border-color: #0E7BA1;
}
.TagClassName
{
border-color: #0E7BA1;
}
</style>