Shades of Sapphire #0E1553
Tints of Sapphire #0E1553
RGB
CMYK
RGB Variations
Color information
#0E1553 (or 0x0E1553) is known color: Sapphire. HEX triplet: 0E, 15 and 53. RGB value is (14,21,83). Sum of RGB (Red+Green+Blue) = 14+21+83=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E1553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1553 is #F1EAAC. Grayscale: #191919. Windows color (decimal): -15854253 or 5444878. OLE color: 5444878.
HSL color Cylindrical-coordinate representation of color #0E1553: hue angle of 233.91º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1553 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 21 | 83 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.67 |
| HSL | 233.91º | 0.71% | 0.19% | - |
| HSV(B) | 233.91º | 0.83% | 0.33% | - |
| XYZ | 2.01 | 1.25 | 8.32 | - |
| YUV | 25.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 83 | 0.83 | 0.75 | 0 | 0.67 | 233.91 | 0.71 | 0.19 |
| Hex | E | 15 | 53 | 53 | 4B | 0 | 43 | EA | 47 | 13 |
| Octal | 16 | 25 | 123 | 123 | 113 | 0 | 103 | 352 | 107 | 23 |
| Binary | 1110 | 10101 | 1010011 | 1010011 | 1001011 | 0 | 1000011 | 11101010 | 1000111 | 10011 |
Color Harmonies of #0E1553
Complementary color
Monochromatic Colors of #0E1553
Black with #0E1553
Text Example
Text Example
White with #0E1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1553; }
p { color: rgb(14,21,83); }
H1.HeaderClassName
{
color: #0E1553;
}
.AnyTagClassName
{
color: #0E1553;
}
</style>
background-color css
<style>
a { background-color: #0E1553; }
a { background-color: rgb(14,21,83); }
div.DivClassName
{
background-color: #0E1553;
}
.BgClassName
{
background-color: #0E1553;
}
</style>
border-color css
<style>
span { border-color: #0E1553; }
span { border-color: rgb(14,21,83); }
td.TdClassName
{
border-color: #0E1553;
}
.TagClassName
{
border-color: #0E1553;
}
</style>