Shades of Cerulean #0E6895
Tints of Cerulean #0E6895
RGB
CMYK
RGB Variations
Color information
#0E6895 (or 0x0E6895) is known color: Cerulean. HEX triplet: 0E, 68 and 95. RGB value is (14,104,149). Sum of RGB (Red+Green+Blue) = 14+104+149=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6895 is #F1976A. Grayscale: #515151. Windows color (decimal): -15832939 or 9791502. OLE color: 9791502.
HSL color Cylindrical-coordinate representation of color #0E6895: hue angle of 200º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6895 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 104 | 149 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.42 |
| HSL | 200º | 0.83% | 0.32% | - |
| HSV(B) | 200º | 0.91% | 0.58% | - |
| XYZ | 10.56 | 12.16 | 30.23 | - |
| YUV | 82.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 149 | 0.91 | 0.30 | 0 | 0.42 | 200 | 0.83 | 0.32 |
| Hex | E | 68 | 95 | 5B | 1E | 0 | 2A | C8 | 53 | 20 |
| Octal | 16 | 150 | 225 | 133 | 36 | 0 | 52 | 310 | 123 | 40 |
| Binary | 1110 | 1101000 | 10010101 | 1011011 | 11110 | 0 | 101010 | 11001000 | 1010011 | 100000 |
Color Harmonies of #0E6895
Complementary color
Monochromatic Colors of #0E6895
Black with #0E6895
Text Example
Text Example
White with #0E6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6895; }
p { color: rgb(14,104,149); }
H1.HeaderClassName
{
color: #0E6895;
}
.AnyTagClassName
{
color: #0E6895;
}
</style>
background-color css
<style>
a { background-color: #0E6895; }
a { background-color: rgb(14,104,149); }
div.DivClassName
{
background-color: #0E6895;
}
.BgClassName
{
background-color: #0E6895;
}
</style>
border-color css
<style>
span { border-color: #0E6895; }
span { border-color: rgb(14,104,149); }
td.TdClassName
{
border-color: #0E6895;
}
.TagClassName
{
border-color: #0E6895;
}
</style>