Shades of Sapphire #0E1655
Tints of Sapphire #0E1655
RGB
CMYK
RGB Variations
Color information
#0E1655 (or 0x0E1655) is known color: Sapphire. HEX triplet: 0E, 16 and 55. RGB value is (14,22,85). Sum of RGB (Red+Green+Blue) = 14+22+85=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1655 is #F1E9AA. Grayscale: #1A1A1A. Windows color (decimal): -15853995 or 5576206. OLE color: 5576206.
HSL color Cylindrical-coordinate representation of color #0E1655: hue angle of 233.24º 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 #0E1655 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 22 | 85 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.67 |
| HSL | 233.24º | 0.72% | 0.19% | - |
| HSV(B) | 233.24º | 0.84% | 0.33% | - |
| XYZ | 2.11 | 1.32 | 8.74 | - |
| YUV | 26.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 85 | 0.84 | 0.74 | 0 | 0.67 | 233.24 | 0.72 | 0.19 |
| Hex | E | 16 | 55 | 54 | 4A | 0 | 43 | E9 | 48 | 13 |
| Octal | 16 | 26 | 125 | 124 | 112 | 0 | 103 | 351 | 110 | 23 |
| Binary | 1110 | 10110 | 1010101 | 1010100 | 1001010 | 0 | 1000011 | 11101001 | 1001000 | 10011 |
Color Harmonies of #0E1655
Complementary color
Monochromatic Colors of #0E1655
Black with #0E1655
Text Example
Text Example
White with #0E1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1655; }
p { color: rgb(14,22,85); }
H1.HeaderClassName
{
color: #0E1655;
}
.AnyTagClassName
{
color: #0E1655;
}
</style>
background-color css
<style>
a { background-color: #0E1655; }
a { background-color: rgb(14,22,85); }
div.DivClassName
{
background-color: #0E1655;
}
.BgClassName
{
background-color: #0E1655;
}
</style>
border-color css
<style>
span { border-color: #0E1655; }
span { border-color: rgb(14,22,85); }
td.TdClassName
{
border-color: #0E1655;
}
.TagClassName
{
border-color: #0E1655;
}
</style>