Shades of Sapphire #010E64
Tints of Sapphire #010E64
RGB
CMYK
RGB Variations
Color information
#010E64 (or 0x010E64) is known color: Sapphire. HEX triplet: 01, 0E and 64. RGB value is (1,14,100). Sum of RGB (Red+Green+Blue) = 1+14+100=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 100 (39.45% from 255 or 86.96% from 115); Max value from RGB is 100 - color contains mainly: blue. Hex color #010E64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E64 is #FEF19B. Grayscale: #131313. Windows color (decimal): -16707996 or 6557185. OLE color: 6557185.
HSL color Cylindrical-coordinate representation of color #010E64: hue angle of 232.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E64 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 14 | 100 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.61 |
| HSL | 232.12º | 0.98% | 0.2% | - |
| HSV(B) | 232.12º | 0.99% | 0.39% | - |
| XYZ | 2.47 | 1.24 | 12.17 | - |
| YUV | 19.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 100 | 0.99 | 0.86 | 0 | 0.61 | 232.12 | 0.98 | 0.2 |
| Hex | 1 | E | 64 | 63 | 56 | 0 | 3D | E8 | 62 | 14 |
| Octal | 1 | 16 | 144 | 143 | 126 | 0 | 75 | 350 | 142 | 24 |
| Binary | 1 | 1110 | 1100100 | 1100011 | 1010110 | 0 | 111101 | 11101000 | 1100010 | 10100 |
Color Harmonies of #010E64
Complementary color
Monochromatic Colors of #010E64
Black with #010E64
Text Example
Text Example
White with #010E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E64; }
p { color: rgb(1,14,100); }
H1.HeaderClassName
{
color: #010E64;
}
.AnyTagClassName
{
color: #010E64;
}
</style>
background-color css
<style>
a { background-color: #010E64; }
a { background-color: rgb(1,14,100); }
div.DivClassName
{
background-color: #010E64;
}
.BgClassName
{
background-color: #010E64;
}
</style>
border-color css
<style>
span { border-color: #010E64; }
span { border-color: rgb(1,14,100); }
td.TdClassName
{
border-color: #010E64;
}
.TagClassName
{
border-color: #010E64;
}
</style>