Shades of Cerulean #0E85B0
Tints of Cerulean #0E85B0
RGB
CMYK
RGB Variations
Color information
#0E85B0 (or 0x0E85B0) is known color: Cerulean. HEX triplet: 0E, 85 and B0. RGB value is (14,133,176). Sum of RGB (Red+Green+Blue) = 14+133+176=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E85B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E85B0 is #F17A4F. Grayscale: #666666. Windows color (decimal): -15825488 or 11568398. OLE color: 11568398.
HSL color Cylindrical-coordinate representation of color #0E85B0: hue angle of 195.93º 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 #0E85B0 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 133 | 176 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.31 |
| HSL | 195.93º | 0.85% | 0.37% | - |
| HSV(B) | 195.93º | 0.92% | 0.69% | - |
| XYZ | 16.41 | 20 | 44.07 | - |
| YUV | 102.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 176 | 0.92 | 0.24 | 0 | 0.31 | 195.93 | 0.85 | 0.37 |
| Hex | E | 85 | B0 | 5C | 18 | 0 | 1F | C4 | 55 | 25 |
| Octal | 16 | 205 | 260 | 134 | 30 | 0 | 37 | 304 | 125 | 45 |
| Binary | 1110 | 10000101 | 10110000 | 1011100 | 11000 | 0 | 11111 | 11000100 | 1010101 | 100101 |
Color Harmonies of #0E85B0
Complementary color
Monochromatic Colors of #0E85B0
Black with #0E85B0
Text Example
Text Example
White with #0E85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E85B0; }
p { color: rgb(14,133,176); }
H1.HeaderClassName
{
color: #0E85B0;
}
.AnyTagClassName
{
color: #0E85B0;
}
</style>
background-color css
<style>
a { background-color: #0E85B0; }
a { background-color: rgb(14,133,176); }
div.DivClassName
{
background-color: #0E85B0;
}
.BgClassName
{
background-color: #0E85B0;
}
</style>
border-color css
<style>
span { border-color: #0E85B0; }
span { border-color: rgb(14,133,176); }
td.TdClassName
{
border-color: #0E85B0;
}
.TagClassName
{
border-color: #0E85B0;
}
</style>