Shades of Sapphire #0E1957
Tints of Sapphire #0E1957
RGB
CMYK
RGB Variations
Color information
#0E1957 (or 0x0E1957) is known color: Sapphire. HEX triplet: 0E, 19 and 57. RGB value is (14,25,87). Sum of RGB (Red+Green+Blue) = 14+25+87=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E1957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1957 is #F1E6A8. Grayscale: #1C1C1C. Windows color (decimal): -15853225 or 5708046. OLE color: 5708046.
HSL color Cylindrical-coordinate representation of color #0E1957: hue angle of 230.96º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1957 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 25 | 87 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.66 |
| HSL | 230.96º | 0.72% | 0.2% | - |
| HSV(B) | 230.96º | 0.84% | 0.34% | - |
| XYZ | 2.25 | 1.48 | 9.18 | - |
| YUV | 28.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 87 | 0.84 | 0.71 | 0 | 0.66 | 230.96 | 0.72 | 0.2 |
| Hex | E | 19 | 57 | 54 | 47 | 0 | 42 | E7 | 48 | 14 |
| Octal | 16 | 31 | 127 | 124 | 107 | 0 | 102 | 347 | 110 | 24 |
| Binary | 1110 | 11001 | 1010111 | 1010100 | 1000111 | 0 | 1000010 | 11100111 | 1001000 | 10100 |
Color Harmonies of #0E1957
Complementary color
Monochromatic Colors of #0E1957
Black with #0E1957
Text Example
Text Example
White with #0E1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1957; }
p { color: rgb(14,25,87); }
H1.HeaderClassName
{
color: #0E1957;
}
.AnyTagClassName
{
color: #0E1957;
}
</style>
background-color css
<style>
a { background-color: #0E1957; }
a { background-color: rgb(14,25,87); }
div.DivClassName
{
background-color: #0E1957;
}
.BgClassName
{
background-color: #0E1957;
}
</style>
border-color css
<style>
span { border-color: #0E1957; }
span { border-color: rgb(14,25,87); }
td.TdClassName
{
border-color: #0E1957;
}
.TagClassName
{
border-color: #0E1957;
}
</style>