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