Shades of Sapphire #001560
Tints of Sapphire #001560
RGB
CMYK
RGB Variations
Color information
#001560 (or 0x001560) is known color: Sapphire. HEX triplet: 00, 15 and 60. RGB value is (0,21,96). Sum of RGB (Red+Green+Blue) = 0+21+96=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #001560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001560 is #FFEA9F. Grayscale: #161616. Windows color (decimal): -16771744 or 6296832. OLE color: 6296832.
HSL color Cylindrical-coordinate representation of color #001560: hue angle of 226.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001560 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 21 | 96 | - |
| CMYK | 1 | 0.78 | 0 | 0.62 |
| HSL | 226.88º | 1% | 0.19% | - |
| HSV(B) | 226.88º | 1% | 0.38% | - |
| XYZ | 2.38 | 1.38 | 11.21 | - |
| YUV | 23.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 96 | 1 | 0.78 | 0 | 0.62 | 226.88 | 1 | 0.19 |
| Hex | 0 | 15 | 60 | 64 | 4E | 0 | 3E | E3 | 64 | 13 |
| Octal | 0 | 25 | 140 | 144 | 116 | 0 | 76 | 343 | 144 | 23 |
| Binary | 0 | 10101 | 1100000 | 1100100 | 1001110 | 0 | 111110 | 11100011 | 1100100 | 10011 |
Color Harmonies of #001560
Complementary color
Monochromatic Colors of #001560
Black with #001560
Text Example
Text Example
White with #001560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001560; }
p { color: rgb(0,21,96); }
H1.HeaderClassName
{
color: #001560;
}
.AnyTagClassName
{
color: #001560;
}
</style>
background-color css
<style>
a { background-color: #001560; }
a { background-color: rgb(0,21,96); }
div.DivClassName
{
background-color: #001560;
}
.BgClassName
{
background-color: #001560;
}
</style>
border-color css
<style>
span { border-color: #001560; }
span { border-color: rgb(0,21,96); }
td.TdClassName
{
border-color: #001560;
}
.TagClassName
{
border-color: #001560;
}
</style>