Shades of Sapphire #0E2155
Tints of Sapphire #0E2155
RGB
CMYK
RGB Variations
Color information
#0E2155 (or 0x0E2155) is known color: Sapphire. HEX triplet: 0E, 21 and 55. RGB value is (14,33,85). Sum of RGB (Red+Green+Blue) = 14+33+85=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E2155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2155 is #F1DEAA. Grayscale: #212121. Windows color (decimal): -15851179 or 5579022. OLE color: 5579022.
HSL color Cylindrical-coordinate representation of color #0E2155: hue angle of 223.94º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2155 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 33 | 85 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.67 |
| HSL | 223.94º | 0.72% | 0.19% | - |
| HSV(B) | 223.94º | 0.84% | 0.33% | - |
| XYZ | 2.36 | 1.84 | 8.82 | - |
| YUV | 33.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 85 | 0.84 | 0.61 | 0 | 0.67 | 223.94 | 0.72 | 0.19 |
| Hex | E | 21 | 55 | 54 | 3D | 0 | 43 | E0 | 48 | 13 |
| Octal | 16 | 41 | 125 | 124 | 75 | 0 | 103 | 340 | 110 | 23 |
| Binary | 1110 | 100001 | 1010101 | 1010100 | 111101 | 0 | 1000011 | 11100000 | 1001000 | 10011 |
Color Harmonies of #0E2155
Complementary color
Monochromatic Colors of #0E2155
Black with #0E2155
Text Example
Text Example
White with #0E2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2155; }
p { color: rgb(14,33,85); }
H1.HeaderClassName
{
color: #0E2155;
}
.AnyTagClassName
{
color: #0E2155;
}
</style>
background-color css
<style>
a { background-color: #0E2155; }
a { background-color: rgb(14,33,85); }
div.DivClassName
{
background-color: #0E2155;
}
.BgClassName
{
background-color: #0E2155;
}
</style>
border-color css
<style>
span { border-color: #0E2155; }
span { border-color: rgb(14,33,85); }
td.TdClassName
{
border-color: #0E2155;
}
.TagClassName
{
border-color: #0E2155;
}
</style>