Shades of Sapphire #010E47
Tints of Sapphire #010E47
RGB
CMYK
RGB Variations
Color information
#010E47 (or 0x010E47) is known color: Sapphire. HEX triplet: 01, 0E and 47. RGB value is (1,14,71). Sum of RGB (Red+Green+Blue) = 1+14+71=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #010E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E47 is #FEF1B8. Grayscale: #101010. Windows color (decimal): -16708025 or 4656641. OLE color: 4656641.
HSL color Cylindrical-coordinate representation of color #010E47: hue angle of 228.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E47 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 14 | 71 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.72 |
| HSL | 228.86º | 0.97% | 0.14% | - |
| HSV(B) | 228.86º | 0.99% | 0.28% | - |
| XYZ | 1.31 | 0.78 | 6.04 | - |
| YUV | 16.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 71 | 0.99 | 0.80 | 0 | 0.72 | 228.86 | 0.97 | 0.14 |
| Hex | 1 | E | 47 | 63 | 50 | 0 | 48 | E5 | 61 | E |
| Octal | 1 | 16 | 107 | 143 | 120 | 0 | 110 | 345 | 141 | 16 |
| Binary | 1 | 1110 | 1000111 | 1100011 | 1010000 | 0 | 1001000 | 11100101 | 1100001 | 1110 |
Color Harmonies of #010E47
Complementary color
Monochromatic Colors of #010E47
Black with #010E47
Text Example
Text Example
White with #010E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E47; }
p { color: rgb(1,14,71); }
H1.HeaderClassName
{
color: #010E47;
}
.AnyTagClassName
{
color: #010E47;
}
</style>
background-color css
<style>
a { background-color: #010E47; }
a { background-color: rgb(1,14,71); }
div.DivClassName
{
background-color: #010E47;
}
.BgClassName
{
background-color: #010E47;
}
</style>
border-color css
<style>
span { border-color: #010E47; }
span { border-color: rgb(1,14,71); }
td.TdClassName
{
border-color: #010E47;
}
.TagClassName
{
border-color: #010E47;
}
</style>