Shades of Cerulean #0E78AB
Tints of Cerulean #0E78AB
RGB
CMYK
RGB Variations
Color information
#0E78AB (or 0x0E78AB) is known color: Cerulean. HEX triplet: 0E, 78 and AB. RGB value is (14,120,171). Sum of RGB (Red+Green+Blue) = 14+120+171=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E78AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E78AB is #F18754. Grayscale: #5D5D5D. Windows color (decimal): -15828821 or 11237390. OLE color: 11237390.
HSL color Cylindrical-coordinate representation of color #0E78AB: hue angle of 199.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E78AB is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 120 | 171 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.33 |
| HSL | 199.49º | 0.85% | 0.36% | - |
| HSV(B) | 199.49º | 0.92% | 0.67% | - |
| XYZ | 14.25 | 16.47 | 40.96 | - |
| YUV | 94.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 171 | 0.92 | 0.30 | 0 | 0.33 | 199.49 | 0.85 | 0.36 |
| Hex | E | 78 | AB | 5C | 1E | 0 | 21 | C7 | 55 | 24 |
| Octal | 16 | 170 | 253 | 134 | 36 | 0 | 41 | 307 | 125 | 44 |
| Binary | 1110 | 1111000 | 10101011 | 1011100 | 11110 | 0 | 100001 | 11000111 | 1010101 | 100100 |
Color Harmonies of #0E78AB
Complementary color
Monochromatic Colors of #0E78AB
Black with #0E78AB
Text Example
Text Example
White with #0E78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E78AB; }
p { color: rgb(14,120,171); }
H1.HeaderClassName
{
color: #0E78AB;
}
.AnyTagClassName
{
color: #0E78AB;
}
</style>
background-color css
<style>
a { background-color: #0E78AB; }
a { background-color: rgb(14,120,171); }
div.DivClassName
{
background-color: #0E78AB;
}
.BgClassName
{
background-color: #0E78AB;
}
</style>
border-color css
<style>
span { border-color: #0E78AB; }
span { border-color: rgb(14,120,171); }
td.TdClassName
{
border-color: #0E78AB;
}
.TagClassName
{
border-color: #0E78AB;
}
</style>