Shades of Cerulean #0E81AF
Tints of Cerulean #0E81AF
RGB
CMYK
RGB Variations
Color information
#0E81AF (or 0x0E81AF) is known color: Cerulean. HEX triplet: 0E, 81 and AF. RGB value is (14,129,175). Sum of RGB (Red+Green+Blue) = 14+129+175=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E81AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E81AF is #F17E50. Grayscale: #636363. Windows color (decimal): -15826513 or 11501838. OLE color: 11501838.
HSL color Cylindrical-coordinate representation of color #0E81AF: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E81AF is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 129 | 175 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.31 |
| HSL | 197.14º | 0.85% | 0.37% | - |
| HSV(B) | 197.14º | 0.92% | 0.69% | - |
| XYZ | 15.77 | 18.89 | 43.37 | - |
| YUV | 99.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 175 | 0.92 | 0.26 | 0 | 0.31 | 197.14 | 0.85 | 0.37 |
| Hex | E | 81 | AF | 5C | 1A | 0 | 1F | C5 | 55 | 25 |
| Octal | 16 | 201 | 257 | 134 | 32 | 0 | 37 | 305 | 125 | 45 |
| Binary | 1110 | 10000001 | 10101111 | 1011100 | 11010 | 0 | 11111 | 11000101 | 1010101 | 100101 |
Color Harmonies of #0E81AF
Complementary color
Monochromatic Colors of #0E81AF
Black with #0E81AF
Text Example
Text Example
White with #0E81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E81AF; }
p { color: rgb(14,129,175); }
H1.HeaderClassName
{
color: #0E81AF;
}
.AnyTagClassName
{
color: #0E81AF;
}
</style>
background-color css
<style>
a { background-color: #0E81AF; }
a { background-color: rgb(14,129,175); }
div.DivClassName
{
background-color: #0E81AF;
}
.BgClassName
{
background-color: #0E81AF;
}
</style>
border-color css
<style>
span { border-color: #0E81AF; }
span { border-color: rgb(14,129,175); }
td.TdClassName
{
border-color: #0E81AF;
}
.TagClassName
{
border-color: #0E81AF;
}
</style>