Shades of Cerulean #0E719C
Tints of Cerulean #0E719C
RGB
CMYK
RGB Variations
Color information
#0E719C (or 0x0E719C) is known color: Cerulean. HEX triplet: 0E, 71 and 9C. RGB value is (14,113,156). Sum of RGB (Red+Green+Blue) = 14+113+156=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E719C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E719C is #F18E63. Grayscale: #585858. Windows color (decimal): -15830628 or 10252558. OLE color: 10252558.
HSL color Cylindrical-coordinate representation of color #0E719C: hue angle of 198.17º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E719C is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 113 | 156 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.39 |
| HSL | 198.17º | 0.84% | 0.33% | - |
| HSV(B) | 198.17º | 0.91% | 0.61% | - |
| XYZ | 12.09 | 14.3 | 33.58 | - |
| YUV | 88.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 156 | 0.91 | 0.28 | 0 | 0.39 | 198.17 | 0.84 | 0.33 |
| Hex | E | 71 | 9C | 5B | 1C | 0 | 27 | C6 | 54 | 21 |
| Octal | 16 | 161 | 234 | 133 | 34 | 0 | 47 | 306 | 124 | 41 |
| Binary | 1110 | 1110001 | 10011100 | 1011011 | 11100 | 0 | 100111 | 11000110 | 1010100 | 100001 |
Color Harmonies of #0E719C
Complementary color
Monochromatic Colors of #0E719C
Black with #0E719C
Text Example
Text Example
White with #0E719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E719C; }
p { color: rgb(14,113,156); }
H1.HeaderClassName
{
color: #0E719C;
}
.AnyTagClassName
{
color: #0E719C;
}
</style>
background-color css
<style>
a { background-color: #0E719C; }
a { background-color: rgb(14,113,156); }
div.DivClassName
{
background-color: #0E719C;
}
.BgClassName
{
background-color: #0E719C;
}
</style>
border-color css
<style>
span { border-color: #0E719C; }
span { border-color: rgb(14,113,156); }
td.TdClassName
{
border-color: #0E719C;
}
.TagClassName
{
border-color: #0E719C;
}
</style>