Shades of Sapphire #001259
Tints of Sapphire #001259
RGB
CMYK
RGB Variations
Color information
#001259 (or 0x001259) is known color: Sapphire. HEX triplet: 00, 12 and 59. RGB value is (0,18,89). Sum of RGB (Red+Green+Blue) = 0+18+89=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #001259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001259 is #FFEDA6. Grayscale: #141414. Windows color (decimal): -16772519 or 5837312. OLE color: 5837312.
HSL color Cylindrical-coordinate representation of color #001259: hue angle of 227.87º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001259 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 18 | 89 | - |
| CMYK | 1 | 0.80 | 0 | 0.65 |
| HSL | 227.87º | 1% | 0.17% | - |
| HSV(B) | 227.87º | 1% | 0.35% | - |
| XYZ | 2.02 | 1.15 | 9.57 | - |
| YUV | 20.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 89 | 1 | 0.80 | 0 | 0.65 | 227.87 | 1 | 0.17 |
| Hex | 0 | 12 | 59 | 64 | 50 | 0 | 41 | E4 | 64 | 11 |
| Octal | 0 | 22 | 131 | 144 | 120 | 0 | 101 | 344 | 144 | 21 |
| Binary | 0 | 10010 | 1011001 | 1100100 | 1010000 | 0 | 1000001 | 11100100 | 1100100 | 10001 |
Color Harmonies of #001259
Complementary color
Monochromatic Colors of #001259
Black with #001259
Text Example
Text Example
White with #001259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001259; }
p { color: rgb(0,18,89); }
H1.HeaderClassName
{
color: #001259;
}
.AnyTagClassName
{
color: #001259;
}
</style>
background-color css
<style>
a { background-color: #001259; }
a { background-color: rgb(0,18,89); }
div.DivClassName
{
background-color: #001259;
}
.BgClassName
{
background-color: #001259;
}
</style>
border-color css
<style>
span { border-color: #001259; }
span { border-color: rgb(0,18,89); }
td.TdClassName
{
border-color: #001259;
}
.TagClassName
{
border-color: #001259;
}
</style>