Shades of Sapphire #010E56
Tints of Sapphire #010E56
RGB
CMYK
RGB Variations
Color information
#010E56 (or 0x010E56) is known color: Sapphire. HEX triplet: 01, 0E and 56. RGB value is (1,14,86). Sum of RGB (Red+Green+Blue) = 1+14+86=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #010E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E56 is #FEF1A9. Grayscale: #121212. Windows color (decimal): -16708010 or 5639681. OLE color: 5639681.
HSL color Cylindrical-coordinate representation of color #010E56: hue angle of 230.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E56 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 14 | 86 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.66 |
| HSL | 230.82º | 0.98% | 0.17% | - |
| HSV(B) | 230.82º | 0.99% | 0.34% | - |
| XYZ | 1.85 | 0.99 | 8.9 | - |
| YUV | 18.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 86 | 0.99 | 0.84 | 0 | 0.66 | 230.82 | 0.98 | 0.17 |
| Hex | 1 | E | 56 | 63 | 54 | 0 | 42 | E7 | 62 | 11 |
| Octal | 1 | 16 | 126 | 143 | 124 | 0 | 102 | 347 | 142 | 21 |
| Binary | 1 | 1110 | 1010110 | 1100011 | 1010100 | 0 | 1000010 | 11100111 | 1100010 | 10001 |
Color Harmonies of #010E56
Complementary color
Monochromatic Colors of #010E56
Black with #010E56
Text Example
Text Example
White with #010E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E56; }
p { color: rgb(1,14,86); }
H1.HeaderClassName
{
color: #010E56;
}
.AnyTagClassName
{
color: #010E56;
}
</style>
background-color css
<style>
a { background-color: #010E56; }
a { background-color: rgb(1,14,86); }
div.DivClassName
{
background-color: #010E56;
}
.BgClassName
{
background-color: #010E56;
}
</style>
border-color css
<style>
span { border-color: #010E56; }
span { border-color: rgb(1,14,86); }
td.TdClassName
{
border-color: #010E56;
}
.TagClassName
{
border-color: #010E56;
}
</style>