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