Shades of Sapphire #0E2259
Tints of Sapphire #0E2259
RGB
CMYK
RGB Variations
Color information
#0E2259 (or 0x0E2259) is known color: Sapphire. HEX triplet: 0E, 22 and 59. RGB value is (14,34,89). Sum of RGB (Red+Green+Blue) = 14+34+89=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2259 is #F1DDA6. Grayscale: #222222. Windows color (decimal): -15850919 or 5841422. OLE color: 5841422.
HSL color Cylindrical-coordinate representation of color #0E2259: hue angle of 224º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2259 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 34 | 89 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.65 |
| HSL | 224º | 0.73% | 0.2% | - |
| HSV(B) | 224º | 0.84% | 0.35% | - |
| XYZ | 2.56 | 1.96 | 9.69 | - |
| YUV | 34.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 89 | 0.84 | 0.62 | 0 | 0.65 | 224 | 0.73 | 0.2 |
| Hex | E | 22 | 59 | 54 | 3E | 0 | 41 | E0 | 49 | 14 |
| Octal | 16 | 42 | 131 | 124 | 76 | 0 | 101 | 340 | 111 | 24 |
| Binary | 1110 | 100010 | 1011001 | 1010100 | 111110 | 0 | 1000001 | 11100000 | 1001001 | 10100 |
Color Harmonies of #0E2259
Complementary color
Monochromatic Colors of #0E2259
Black with #0E2259
Text Example
Text Example
White with #0E2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2259; }
p { color: rgb(14,34,89); }
H1.HeaderClassName
{
color: #0E2259;
}
.AnyTagClassName
{
color: #0E2259;
}
</style>
background-color css
<style>
a { background-color: #0E2259; }
a { background-color: rgb(14,34,89); }
div.DivClassName
{
background-color: #0E2259;
}
.BgClassName
{
background-color: #0E2259;
}
</style>
border-color css
<style>
span { border-color: #0E2259; }
span { border-color: rgb(14,34,89); }
td.TdClassName
{
border-color: #0E2259;
}
.TagClassName
{
border-color: #0E2259;
}
</style>