Shades of Cerulean #0E83A9
Tints of Cerulean #0E83A9
RGB
CMYK
RGB Variations
Color information
#0E83A9 (or 0x0E83A9) is known color: Cerulean. HEX triplet: 0E, 83 and A9. RGB value is (14,131,169). Sum of RGB (Red+Green+Blue) = 14+131+169=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E83A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E83A9 is #F17C56. Grayscale: #646464. Windows color (decimal): -15826007 or 11109134. OLE color: 11109134.
HSL color Cylindrical-coordinate representation of color #0E83A9: hue angle of 194.71º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E83A9 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 131 | 169 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.34 |
| HSL | 194.71º | 0.85% | 0.36% | - |
| HSV(B) | 194.71º | 0.92% | 0.66% | - |
| XYZ | 15.46 | 19.19 | 40.43 | - |
| YUV | 100.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 169 | 0.92 | 0.22 | 0 | 0.34 | 194.71 | 0.85 | 0.36 |
| Hex | E | 83 | A9 | 5C | 16 | 0 | 22 | C3 | 55 | 24 |
| Octal | 16 | 203 | 251 | 134 | 26 | 0 | 42 | 303 | 125 | 44 |
| Binary | 1110 | 10000011 | 10101001 | 1011100 | 10110 | 0 | 100010 | 11000011 | 1010101 | 100100 |
Color Harmonies of #0E83A9
Complementary color
Monochromatic Colors of #0E83A9
Black with #0E83A9
Text Example
Text Example
White with #0E83A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E83A9; }
p { color: rgb(14,131,169); }
H1.HeaderClassName
{
color: #0E83A9;
}
.AnyTagClassName
{
color: #0E83A9;
}
</style>
background-color css
<style>
a { background-color: #0E83A9; }
a { background-color: rgb(14,131,169); }
div.DivClassName
{
background-color: #0E83A9;
}
.BgClassName
{
background-color: #0E83A9;
}
</style>
border-color css
<style>
span { border-color: #0E83A9; }
span { border-color: rgb(14,131,169); }
td.TdClassName
{
border-color: #0E83A9;
}
.TagClassName
{
border-color: #0E83A9;
}
</style>