Shades of Sapphire #001256
Tints of Sapphire #001256
RGB
CMYK
RGB Variations
Color information
#001256 (or 0x001256) is known color: Sapphire. HEX triplet: 00, 12 and 56. RGB value is (0,18,86). Sum of RGB (Red+Green+Blue) = 0+18+86=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 86 (33.98% from 255 or 82.69% from 104); Max value from RGB is 86 - color contains mainly: blue. Hex color #001256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001256 is #FFEDA9. Grayscale: #141414. Windows color (decimal): -16772522 or 5640704. OLE color: 5640704.
HSL color Cylindrical-coordinate representation of color #001256: hue angle of 227.44º 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 #001256 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 18 | 86 | - |
| CMYK | 1 | 0.79 | 0 | 0.66 |
| HSL | 227.44º | 1% | 0.17% | - |
| HSV(B) | 227.44º | 1% | 0.34% | - |
| XYZ | 1.9 | 1.1 | 8.92 | - |
| YUV | 20.37 | 165.04 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 86 | 1 | 0.79 | 0 | 0.66 | 227.44 | 1 | 0.17 |
| Hex | 0 | 12 | 56 | 64 | 4F | 0 | 42 | E3 | 64 | 11 |
| Octal | 0 | 22 | 126 | 144 | 117 | 0 | 102 | 343 | 144 | 21 |
| Binary | 0 | 10010 | 1010110 | 1100100 | 1001111 | 0 | 1000010 | 11100011 | 1100100 | 10001 |
Color Harmonies of #001256
Complementary color
Monochromatic Colors of #001256
Black with #001256
Text Example
Text Example
White with #001256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001256; }
p { color: rgb(0,18,86); }
H1.HeaderClassName
{
color: #001256;
}
.AnyTagClassName
{
color: #001256;
}
</style>
background-color css
<style>
a { background-color: #001256; }
a { background-color: rgb(0,18,86); }
div.DivClassName
{
background-color: #001256;
}
.BgClassName
{
background-color: #001256;
}
</style>
border-color css
<style>
span { border-color: #001256; }
span { border-color: rgb(0,18,86); }
td.TdClassName
{
border-color: #001256;
}
.TagClassName
{
border-color: #001256;
}
</style>