Shades of Sapphire #011563
Tints of Sapphire #011563
RGB
CMYK
RGB Variations
Color information
#011563 (or 0x011563) is known color: Sapphire. HEX triplet: 01, 15 and 63. RGB value is (1,21,99). Sum of RGB (Red+Green+Blue) = 1+21+99=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #011563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011563 is #FEEA9C. Grayscale: #171717. Windows color (decimal): -16706205 or 6493441. OLE color: 6493441.
HSL color Cylindrical-coordinate representation of color #011563: hue angle of 227.76º 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 #011563 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 21 | 99 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.61 |
| HSL | 227.76º | 0.98% | 0.2% | - |
| HSV(B) | 227.76º | 0.99% | 0.39% | - |
| XYZ | 2.53 | 1.44 | 11.95 | - |
| YUV | 23.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 99 | 0.99 | 0.79 | 0 | 0.61 | 227.76 | 0.98 | 0.2 |
| Hex | 1 | 15 | 63 | 63 | 4F | 0 | 3D | E4 | 62 | 14 |
| Octal | 1 | 25 | 143 | 143 | 117 | 0 | 75 | 344 | 142 | 24 |
| Binary | 1 | 10101 | 1100011 | 1100011 | 1001111 | 0 | 111101 | 11100100 | 1100010 | 10100 |
Color Harmonies of #011563
Complementary color
Monochromatic Colors of #011563
Black with #011563
Text Example
Text Example
White with #011563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011563; }
p { color: rgb(1,21,99); }
H1.HeaderClassName
{
color: #011563;
}
.AnyTagClassName
{
color: #011563;
}
</style>
background-color css
<style>
a { background-color: #011563; }
a { background-color: rgb(1,21,99); }
div.DivClassName
{
background-color: #011563;
}
.BgClassName
{
background-color: #011563;
}
</style>
border-color css
<style>
span { border-color: #011563; }
span { border-color: rgb(1,21,99); }
td.TdClassName
{
border-color: #011563;
}
.TagClassName
{
border-color: #011563;
}
</style>