Shades of Sapphire #0E1555
Tints of Sapphire #0E1555
RGB
CMYK
RGB Variations
Color information
#0E1555 (or 0x0E1555) is known color: Sapphire. HEX triplet: 0E, 15 and 55. RGB value is (14,21,85). Sum of RGB (Red+Green+Blue) = 14+21+85=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1555 is #F1EAAA. Grayscale: #191919. Windows color (decimal): -15854251 or 5575950. OLE color: 5575950.
HSL color Cylindrical-coordinate representation of color #0E1555: hue angle of 234.08º 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 #0E1555 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 21 | 85 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.67 |
| HSL | 234.08º | 0.72% | 0.19% | - |
| HSV(B) | 234.08º | 0.84% | 0.33% | - |
| XYZ | 2.09 | 1.29 | 8.73 | - |
| YUV | 26.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 85 | 0.84 | 0.75 | 0 | 0.67 | 234.08 | 0.72 | 0.19 |
| Hex | E | 15 | 55 | 54 | 4B | 0 | 43 | EA | 48 | 13 |
| Octal | 16 | 25 | 125 | 124 | 113 | 0 | 103 | 352 | 110 | 23 |
| Binary | 1110 | 10101 | 1010101 | 1010100 | 1001011 | 0 | 1000011 | 11101010 | 1001000 | 10011 |
Color Harmonies of #0E1555
Complementary color
Monochromatic Colors of #0E1555
Black with #0E1555
Text Example
Text Example
White with #0E1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1555; }
p { color: rgb(14,21,85); }
H1.HeaderClassName
{
color: #0E1555;
}
.AnyTagClassName
{
color: #0E1555;
}
</style>
background-color css
<style>
a { background-color: #0E1555; }
a { background-color: rgb(14,21,85); }
div.DivClassName
{
background-color: #0E1555;
}
.BgClassName
{
background-color: #0E1555;
}
</style>
border-color css
<style>
span { border-color: #0E1555; }
span { border-color: rgb(14,21,85); }
td.TdClassName
{
border-color: #0E1555;
}
.TagClassName
{
border-color: #0E1555;
}
</style>