Shades of Sapphire #001156
Tints of Sapphire #001156
RGB
CMYK
RGB Variations
Color information
#001156 (or 0x001156) is known color: Sapphire. HEX triplet: 00, 11 and 56. RGB value is (0,17,86). Sum of RGB (Red+Green+Blue) = 0+17+86=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #001156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001156 is #FFEEA9. Grayscale: #131313. Windows color (decimal): -16772778 or 5640448. OLE color: 5640448.
HSL color Cylindrical-coordinate representation of color #001156: hue angle of 228.14º 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 #001156 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 17 | 86 | - |
| CMYK | 1 | 0.80 | 0 | 0.66 |
| HSL | 228.14º | 1% | 0.17% | - |
| HSV(B) | 228.14º | 1% | 0.34% | - |
| XYZ | 1.88 | 1.07 | 8.91 | - |
| YUV | 19.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 86 | 1 | 0.80 | 0 | 0.66 | 228.14 | 1 | 0.17 |
| Hex | 0 | 11 | 56 | 64 | 50 | 0 | 42 | E4 | 64 | 11 |
| Octal | 0 | 21 | 126 | 144 | 120 | 0 | 102 | 344 | 144 | 21 |
| Binary | 0 | 10001 | 1010110 | 1100100 | 1010000 | 0 | 1000010 | 11100100 | 1100100 | 10001 |
Color Harmonies of #001156
Complementary color
Monochromatic Colors of #001156
Black with #001156
Text Example
Text Example
White with #001156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001156; }
p { color: rgb(0,17,86); }
H1.HeaderClassName
{
color: #001156;
}
.AnyTagClassName
{
color: #001156;
}
</style>
background-color css
<style>
a { background-color: #001156; }
a { background-color: rgb(0,17,86); }
div.DivClassName
{
background-color: #001156;
}
.BgClassName
{
background-color: #001156;
}
</style>
border-color css
<style>
span { border-color: #001156; }
span { border-color: rgb(0,17,86); }
td.TdClassName
{
border-color: #001156;
}
.TagClassName
{
border-color: #001156;
}
</style>