Shades of Sapphire #010E59
Tints of Sapphire #010E59
RGB
CMYK
RGB Variations
Color information
#010E59 (or 0x010E59) is known color: Sapphire. HEX triplet: 01, 0E and 59. RGB value is (1,14,89). Sum of RGB (Red+Green+Blue) = 1+14+89=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #010E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E59 is #FEF1A6. Grayscale: #121212. Windows color (decimal): -16708007 or 5836289. OLE color: 5836289.
HSL color Cylindrical-coordinate representation of color #010E59: hue angle of 231.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E59 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 14 | 89 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.65 |
| HSL | 231.14º | 0.98% | 0.18% | - |
| HSV(B) | 231.14º | 0.99% | 0.35% | - |
| XYZ | 1.97 | 1.04 | 9.55 | - |
| YUV | 18.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 89 | 0.99 | 0.84 | 0 | 0.65 | 231.14 | 0.98 | 0.18 |
| Hex | 1 | E | 59 | 63 | 54 | 0 | 41 | E7 | 62 | 12 |
| Octal | 1 | 16 | 131 | 143 | 124 | 0 | 101 | 347 | 142 | 22 |
| Binary | 1 | 1110 | 1011001 | 1100011 | 1010100 | 0 | 1000001 | 11100111 | 1100010 | 10010 |
Color Harmonies of #010E59
Complementary color
Monochromatic Colors of #010E59
Black with #010E59
Text Example
Text Example
White with #010E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E59; }
p { color: rgb(1,14,89); }
H1.HeaderClassName
{
color: #010E59;
}
.AnyTagClassName
{
color: #010E59;
}
</style>
background-color css
<style>
a { background-color: #010E59; }
a { background-color: rgb(1,14,89); }
div.DivClassName
{
background-color: #010E59;
}
.BgClassName
{
background-color: #010E59;
}
</style>
border-color css
<style>
span { border-color: #010E59; }
span { border-color: rgb(1,14,89); }
td.TdClassName
{
border-color: #010E59;
}
.TagClassName
{
border-color: #010E59;
}
</style>