Shades of Sapphire #012459
Tints of Sapphire #012459
RGB
CMYK
RGB Variations
Color information
#012459 (or 0x012459) is known color: Sapphire. HEX triplet: 01, 24 and 59. RGB value is (1,36,89). Sum of RGB (Red+Green+Blue) = 1+36+89=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #012459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012459 is #FEDBA6. Grayscale: #1F1F1F. Windows color (decimal): -16702375 or 5841921. OLE color: 5841921.
HSL color Cylindrical-coordinate representation of color #012459: hue angle of 216.14º 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 #012459 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 36 | 89 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.65 |
| HSL | 216.14º | 0.98% | 0.18% | - |
| HSV(B) | 216.14º | 0.99% | 0.35% | - |
| XYZ | 2.45 | 1.99 | 9.71 | - |
| YUV | 31.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 89 | 0.99 | 0.60 | 0 | 0.65 | 216.14 | 0.98 | 0.18 |
| Hex | 1 | 24 | 59 | 63 | 3C | 0 | 41 | D8 | 62 | 12 |
| Octal | 1 | 44 | 131 | 143 | 74 | 0 | 101 | 330 | 142 | 22 |
| Binary | 1 | 100100 | 1011001 | 1100011 | 111100 | 0 | 1000001 | 11011000 | 1100010 | 10010 |
Color Harmonies of #012459
Complementary color
Monochromatic Colors of #012459
Black with #012459
Text Example
Text Example
White with #012459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012459; }
p { color: rgb(1,36,89); }
H1.HeaderClassName
{
color: #012459;
}
.AnyTagClassName
{
color: #012459;
}
</style>
background-color css
<style>
a { background-color: #012459; }
a { background-color: rgb(1,36,89); }
div.DivClassName
{
background-color: #012459;
}
.BgClassName
{
background-color: #012459;
}
</style>
border-color css
<style>
span { border-color: #012459; }
span { border-color: rgb(1,36,89); }
td.TdClassName
{
border-color: #012459;
}
.TagClassName
{
border-color: #012459;
}
</style>