Shades of Sapphire #001556
Tints of Sapphire #001556
RGB
CMYK
RGB Variations
Color information
#001556 (or 0x001556) is known color: Sapphire. HEX triplet: 00, 15 and 56. RGB value is (0,21,86). Sum of RGB (Red+Green+Blue) = 0+21+86=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #001556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001556 is #FFEAA9. Grayscale: #151515. Windows color (decimal): -16771754 or 5641472. OLE color: 5641472.
HSL color Cylindrical-coordinate representation of color #001556: hue angle of 225.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001556 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 21 | 86 | - |
| CMYK | 1 | 0.76 | 0 | 0.66 |
| HSL | 225.35º | 1% | 0.17% | - |
| HSV(B) | 225.35º | 1% | 0.34% | - |
| XYZ | 1.95 | 1.21 | 8.93 | - |
| YUV | 22.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 86 | 1 | 0.76 | 0 | 0.66 | 225.35 | 1 | 0.17 |
| Hex | 0 | 15 | 56 | 64 | 4C | 0 | 42 | E1 | 64 | 11 |
| Octal | 0 | 25 | 126 | 144 | 114 | 0 | 102 | 341 | 144 | 21 |
| Binary | 0 | 10101 | 1010110 | 1100100 | 1001100 | 0 | 1000010 | 11100001 | 1100100 | 10001 |
Color Harmonies of #001556
Complementary color
Monochromatic Colors of #001556
Black with #001556
Text Example
Text Example
White with #001556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001556; }
p { color: rgb(0,21,86); }
H1.HeaderClassName
{
color: #001556;
}
.AnyTagClassName
{
color: #001556;
}
</style>
background-color css
<style>
a { background-color: #001556; }
a { background-color: rgb(0,21,86); }
div.DivClassName
{
background-color: #001556;
}
.BgClassName
{
background-color: #001556;
}
</style>
border-color css
<style>
span { border-color: #001556; }
span { border-color: rgb(0,21,86); }
td.TdClassName
{
border-color: #001556;
}
.TagClassName
{
border-color: #001556;
}
</style>