Shades of Sapphire #012059
Tints of Sapphire #012059
RGB
CMYK
RGB Variations
Color information
#012059 (or 0x012059) is known color: Sapphire. HEX triplet: 01, 20 and 59. RGB value is (1,32,89). Sum of RGB (Red+Green+Blue) = 1+32+89=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #012059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012059 is #FEDFA6. Grayscale: #1C1C1C. Windows color (decimal): -16703399 or 5840897. OLE color: 5840897.
HSL color Cylindrical-coordinate representation of color #012059: hue angle of 218.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012059 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 32 | 89 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.65 |
| HSL | 218.86º | 0.98% | 0.18% | - |
| HSV(B) | 218.86º | 0.99% | 0.35% | - |
| XYZ | 2.33 | 1.76 | 9.67 | - |
| YUV | 29.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 89 | 0.99 | 0.64 | 0 | 0.65 | 218.86 | 0.98 | 0.18 |
| Hex | 1 | 20 | 59 | 63 | 40 | 0 | 41 | DB | 62 | 12 |
| Octal | 1 | 40 | 131 | 143 | 100 | 0 | 101 | 333 | 142 | 22 |
| Binary | 1 | 100000 | 1011001 | 1100011 | 1000000 | 0 | 1000001 | 11011011 | 1100010 | 10010 |
Color Harmonies of #012059
Complementary color
Monochromatic Colors of #012059
Black with #012059
Text Example
Text Example
White with #012059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012059; }
p { color: rgb(1,32,89); }
H1.HeaderClassName
{
color: #012059;
}
.AnyTagClassName
{
color: #012059;
}
</style>
background-color css
<style>
a { background-color: #012059; }
a { background-color: rgb(1,32,89); }
div.DivClassName
{
background-color: #012059;
}
.BgClassName
{
background-color: #012059;
}
</style>
border-color css
<style>
span { border-color: #012059; }
span { border-color: rgb(1,32,89); }
td.TdClassName
{
border-color: #012059;
}
.TagClassName
{
border-color: #012059;
}
</style>