Shades of Sapphire #012659
Tints of Sapphire #012659
RGB
CMYK
RGB Variations
Color information
#012659 (or 0x012659) is known color: Sapphire. HEX triplet: 01, 26 and 59. RGB value is (1,38,89). Sum of RGB (Red+Green+Blue) = 1+38+89=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #012659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012659 is #FED9A6. Grayscale: #202020. Windows color (decimal): -16701863 or 5842433. OLE color: 5842433.
HSL color Cylindrical-coordinate representation of color #012659: hue angle of 214.77º 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 #012659 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 38 | 89 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.65 |
| HSL | 214.77º | 0.98% | 0.18% | - |
| HSV(B) | 214.77º | 0.99% | 0.35% | - |
| XYZ | 2.51 | 2.11 | 9.73 | - |
| YUV | 32.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 89 | 0.99 | 0.57 | 0 | 0.65 | 214.77 | 0.98 | 0.18 |
| Hex | 1 | 26 | 59 | 63 | 39 | 0 | 41 | D7 | 62 | 12 |
| Octal | 1 | 46 | 131 | 143 | 71 | 0 | 101 | 327 | 142 | 22 |
| Binary | 1 | 100110 | 1011001 | 1100011 | 111001 | 0 | 1000001 | 11010111 | 1100010 | 10010 |
Color Harmonies of #012659
Complementary color
Monochromatic Colors of #012659
Black with #012659
Text Example
Text Example
White with #012659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012659; }
p { color: rgb(1,38,89); }
H1.HeaderClassName
{
color: #012659;
}
.AnyTagClassName
{
color: #012659;
}
</style>
background-color css
<style>
a { background-color: #012659; }
a { background-color: rgb(1,38,89); }
div.DivClassName
{
background-color: #012659;
}
.BgClassName
{
background-color: #012659;
}
</style>
border-color css
<style>
span { border-color: #012659; }
span { border-color: rgb(1,38,89); }
td.TdClassName
{
border-color: #012659;
}
.TagClassName
{
border-color: #012659;
}
</style>