Shades of Sapphire #0E2060
Tints of Sapphire #0E2060
RGB
CMYK
RGB Variations
Color information
#0E2060 (or 0x0E2060) is known color: Sapphire. HEX triplet: 0E, 20 and 60. RGB value is (14,32,96). Sum of RGB (Red+Green+Blue) = 14+32+96=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E2060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2060 is #F1DF9F. Grayscale: #212121. Windows color (decimal): -15851424 or 6299662. OLE color: 6299662.
HSL color Cylindrical-coordinate representation of color #0E2060: hue angle of 226.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E2060 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 32 | 96 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.62 |
| HSL | 226.83º | 0.75% | 0.22% | - |
| HSV(B) | 226.83º | 0.85% | 0.38% | - |
| XYZ | 2.81 | 1.97 | 11.3 | - |
| YUV | 33.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 96 | 0.85 | 0.67 | 0 | 0.62 | 226.83 | 0.75 | 0.22 |
| Hex | E | 20 | 60 | 55 | 43 | 0 | 3E | E3 | 4B | 16 |
| Octal | 16 | 40 | 140 | 125 | 103 | 0 | 76 | 343 | 113 | 26 |
| Binary | 1110 | 100000 | 1100000 | 1010101 | 1000011 | 0 | 111110 | 11100011 | 1001011 | 10110 |
Color Harmonies of #0E2060
Complementary color
Monochromatic Colors of #0E2060
Black with #0E2060
Text Example
Text Example
White with #0E2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2060; }
p { color: rgb(14,32,96); }
H1.HeaderClassName
{
color: #0E2060;
}
.AnyTagClassName
{
color: #0E2060;
}
</style>
background-color css
<style>
a { background-color: #0E2060; }
a { background-color: rgb(14,32,96); }
div.DivClassName
{
background-color: #0E2060;
}
.BgClassName
{
background-color: #0E2060;
}
</style>
border-color css
<style>
span { border-color: #0E2060; }
span { border-color: rgb(14,32,96); }
td.TdClassName
{
border-color: #0E2060;
}
.TagClassName
{
border-color: #0E2060;
}
</style>