Shades of Sapphire #0E175B
Tints of Sapphire #0E175B
RGB
CMYK
RGB Variations
Color information
#0E175B (or 0x0E175B) is known color: Sapphire. HEX triplet: 0E, 17 and 5B. RGB value is (14,23,91). Sum of RGB (Red+Green+Blue) = 14+23+91=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E175B is #F1E8A4. Grayscale: #1B1B1B. Windows color (decimal): -15853733 or 5969678. OLE color: 5969678.
HSL color Cylindrical-coordinate representation of color #0E175B: hue angle of 232.99º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E175B is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 23 | 91 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.64 |
| HSL | 232.99º | 0.73% | 0.21% | - |
| HSV(B) | 232.99º | 0.85% | 0.36% | - |
| XYZ | 2.38 | 1.46 | 10.05 | - |
| YUV | 28.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 91 | 0.85 | 0.75 | 0 | 0.64 | 232.99 | 0.73 | 0.21 |
| Hex | E | 17 | 5B | 55 | 4B | 0 | 40 | E9 | 49 | 15 |
| Octal | 16 | 27 | 133 | 125 | 113 | 0 | 100 | 351 | 111 | 25 |
| Binary | 1110 | 10111 | 1011011 | 1010101 | 1001011 | 0 | 1000000 | 11101001 | 1001001 | 10101 |
Color Harmonies of #0E175B
Complementary color
Monochromatic Colors of #0E175B
Black with #0E175B
Text Example
Text Example
White with #0E175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E175B; }
p { color: rgb(14,23,91); }
H1.HeaderClassName
{
color: #0E175B;
}
.AnyTagClassName
{
color: #0E175B;
}
</style>
background-color css
<style>
a { background-color: #0E175B; }
a { background-color: rgb(14,23,91); }
div.DivClassName
{
background-color: #0E175B;
}
.BgClassName
{
background-color: #0E175B;
}
</style>
border-color css
<style>
span { border-color: #0E175B; }
span { border-color: rgb(14,23,91); }
td.TdClassName
{
border-color: #0E175B;
}
.TagClassName
{
border-color: #0E175B;
}
</style>