Shades of Cerulean #0E80B1
Tints of Cerulean #0E80B1
RGB
CMYK
RGB Variations
Color information
#0E80B1 (or 0x0E80B1) is known color: Cerulean. HEX triplet: 0E, 80 and B1. RGB value is (14,128,177). Sum of RGB (Red+Green+Blue) = 14+128+177=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E80B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E80B1 is #F17F4E. Grayscale: #636363. Windows color (decimal): -15826767 or 11632654. OLE color: 11632654.
HSL color Cylindrical-coordinate representation of color #0E80B1: hue angle of 198.04º 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 #0E80B1 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 128 | 177 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.31 |
| HSL | 198.04º | 0.85% | 0.37% | - |
| HSV(B) | 198.04º | 0.92% | 0.69% | - |
| XYZ | 15.84 | 18.71 | 44.37 | - |
| YUV | 99.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 177 | 0.92 | 0.28 | 0 | 0.31 | 198.04 | 0.85 | 0.37 |
| Hex | E | 80 | B1 | 5C | 1C | 0 | 1F | C6 | 55 | 25 |
| Octal | 16 | 200 | 261 | 134 | 34 | 0 | 37 | 306 | 125 | 45 |
| Binary | 1110 | 10000000 | 10110001 | 1011100 | 11100 | 0 | 11111 | 11000110 | 1010101 | 100101 |
Color Harmonies of #0E80B1
Complementary color
Monochromatic Colors of #0E80B1
Black with #0E80B1
Text Example
Text Example
White with #0E80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E80B1; }
p { color: rgb(14,128,177); }
H1.HeaderClassName
{
color: #0E80B1;
}
.AnyTagClassName
{
color: #0E80B1;
}
</style>
background-color css
<style>
a { background-color: #0E80B1; }
a { background-color: rgb(14,128,177); }
div.DivClassName
{
background-color: #0E80B1;
}
.BgClassName
{
background-color: #0E80B1;
}
</style>
border-color css
<style>
span { border-color: #0E80B1; }
span { border-color: rgb(14,128,177); }
td.TdClassName
{
border-color: #0E80B1;
}
.TagClassName
{
border-color: #0E80B1;
}
</style>