Shades of Cerulean #0E83AF
Tints of Cerulean #0E83AF
RGB
CMYK
RGB Variations
Color information
#0E83AF (or 0x0E83AF) is known color: Cerulean. HEX triplet: 0E, 83 and AF. RGB value is (14,131,175). Sum of RGB (Red+Green+Blue) = 14+131+175=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E83AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E83AF is #F17C50. Grayscale: #646464. Windows color (decimal): -15826001 or 11502350. OLE color: 11502350.
HSL color Cylindrical-coordinate representation of color #0E83AF: hue angle of 196.4º 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 #0E83AF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 131 | 175 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.31 |
| HSL | 196.4º | 0.85% | 0.37% | - |
| HSV(B) | 196.4º | 0.92% | 0.69% | - |
| XYZ | 16.04 | 19.42 | 43.46 | - |
| YUV | 101.03 | 169.74 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 175 | 0.92 | 0.25 | 0 | 0.31 | 196.4 | 0.85 | 0.37 |
| Hex | E | 83 | AF | 5C | 19 | 0 | 1F | C4 | 55 | 25 |
| Octal | 16 | 203 | 257 | 134 | 31 | 0 | 37 | 304 | 125 | 45 |
| Binary | 1110 | 10000011 | 10101111 | 1011100 | 11001 | 0 | 11111 | 11000100 | 1010101 | 100101 |
Color Harmonies of #0E83AF
Complementary color
Monochromatic Colors of #0E83AF
Black with #0E83AF
Text Example
Text Example
White with #0E83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E83AF; }
p { color: rgb(14,131,175); }
H1.HeaderClassName
{
color: #0E83AF;
}
.AnyTagClassName
{
color: #0E83AF;
}
</style>
background-color css
<style>
a { background-color: #0E83AF; }
a { background-color: rgb(14,131,175); }
div.DivClassName
{
background-color: #0E83AF;
}
.BgClassName
{
background-color: #0E83AF;
}
</style>
border-color css
<style>
span { border-color: #0E83AF; }
span { border-color: rgb(14,131,175); }
td.TdClassName
{
border-color: #0E83AF;
}
.TagClassName
{
border-color: #0E83AF;
}
</style>