Shades of Sapphire #011064
Tints of Sapphire #011064
RGB
CMYK
RGB Variations
Color information
#011064 (or 0x011064) is known color: Sapphire. HEX triplet: 01, 10 and 64. RGB value is (1,16,100). Sum of RGB (Red+Green+Blue) = 1+16+100=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 100 (39.45% from 255 or 85.47% from 117); Max value from RGB is 100 - color contains mainly: blue. Hex color #011064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011064 is #FEEF9B. Grayscale: #141414. Windows color (decimal): -16707484 or 6557697. OLE color: 6557697.
HSL color Cylindrical-coordinate representation of color #011064: hue angle of 230.91º 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 #011064 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 16 | 100 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.61 |
| HSL | 230.91º | 0.98% | 0.2% | - |
| HSV(B) | 230.91º | 0.99% | 0.39% | - |
| XYZ | 2.5 | 1.3 | 12.18 | - |
| YUV | 21.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 100 | 0.99 | 0.84 | 0 | 0.61 | 230.91 | 0.98 | 0.2 |
| Hex | 1 | 10 | 64 | 63 | 54 | 0 | 3D | E7 | 62 | 14 |
| Octal | 1 | 20 | 144 | 143 | 124 | 0 | 75 | 347 | 142 | 24 |
| Binary | 1 | 10000 | 1100100 | 1100011 | 1010100 | 0 | 111101 | 11100111 | 1100010 | 10100 |
Color Harmonies of #011064
Complementary color
Monochromatic Colors of #011064
Black with #011064
Text Example
Text Example
White with #011064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011064; }
p { color: rgb(1,16,100); }
H1.HeaderClassName
{
color: #011064;
}
.AnyTagClassName
{
color: #011064;
}
</style>
background-color css
<style>
a { background-color: #011064; }
a { background-color: rgb(1,16,100); }
div.DivClassName
{
background-color: #011064;
}
.BgClassName
{
background-color: #011064;
}
</style>
border-color css
<style>
span { border-color: #011064; }
span { border-color: rgb(1,16,100); }
td.TdClassName
{
border-color: #011064;
}
.TagClassName
{
border-color: #011064;
}
</style>