Shades of Sapphire #0E2156
Tints of Sapphire #0E2156
RGB
CMYK
RGB Variations
Color information
#0E2156 (or 0x0E2156) is known color: Sapphire. HEX triplet: 0E, 21 and 56. RGB value is (14,33,86). Sum of RGB (Red+Green+Blue) = 14+33+86=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E2156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2156 is #F1DEA9. Grayscale: #212121. Windows color (decimal): -15851178 or 5644558. OLE color: 5644558.
HSL color Cylindrical-coordinate representation of color #0E2156: hue angle of 224.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2156 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 33 | 86 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.66 |
| HSL | 224.17º | 0.72% | 0.2% | - |
| HSV(B) | 224.17º | 0.84% | 0.34% | - |
| XYZ | 2.4 | 1.85 | 9.04 | - |
| YUV | 33.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 86 | 0.84 | 0.62 | 0 | 0.66 | 224.17 | 0.72 | 0.2 |
| Hex | E | 21 | 56 | 54 | 3E | 0 | 42 | E0 | 48 | 14 |
| Octal | 16 | 41 | 126 | 124 | 76 | 0 | 102 | 340 | 110 | 24 |
| Binary | 1110 | 100001 | 1010110 | 1010100 | 111110 | 0 | 1000010 | 11100000 | 1001000 | 10100 |
Color Harmonies of #0E2156
Complementary color
Monochromatic Colors of #0E2156
Black with #0E2156
Text Example
Text Example
White with #0E2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2156; }
p { color: rgb(14,33,86); }
H1.HeaderClassName
{
color: #0E2156;
}
.AnyTagClassName
{
color: #0E2156;
}
</style>
background-color css
<style>
a { background-color: #0E2156; }
a { background-color: rgb(14,33,86); }
div.DivClassName
{
background-color: #0E2156;
}
.BgClassName
{
background-color: #0E2156;
}
</style>
border-color css
<style>
span { border-color: #0E2156; }
span { border-color: rgb(14,33,86); }
td.TdClassName
{
border-color: #0E2156;
}
.TagClassName
{
border-color: #0E2156;
}
</style>