Shades of Sapphire #011A59
Tints of Sapphire #011A59
RGB
CMYK
RGB Variations
Color information
#011A59 (or 0x011A59) is known color: Sapphire. HEX triplet: 01, 1A and 59. RGB value is (1,26,89). Sum of RGB (Red+Green+Blue) = 1+26+89=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #011A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A59 is #FEE5A6. Grayscale: #191919. Windows color (decimal): -16704935 or 5839361. OLE color: 5839361.
HSL color Cylindrical-coordinate representation of color #011A59: hue angle of 222.95º 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 #011A59 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 26 | 89 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.65 |
| HSL | 222.95º | 0.98% | 0.18% | - |
| HSV(B) | 222.95º | 0.99% | 0.35% | - |
| XYZ | 2.19 | 1.47 | 9.62 | - |
| YUV | 25.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 89 | 0.99 | 0.71 | 0 | 0.65 | 222.95 | 0.98 | 0.18 |
| Hex | 1 | 1A | 59 | 63 | 47 | 0 | 41 | DF | 62 | 12 |
| Octal | 1 | 32 | 131 | 143 | 107 | 0 | 101 | 337 | 142 | 22 |
| Binary | 1 | 11010 | 1011001 | 1100011 | 1000111 | 0 | 1000001 | 11011111 | 1100010 | 10010 |
Color Harmonies of #011A59
Complementary color
Monochromatic Colors of #011A59
Black with #011A59
Text Example
Text Example
White with #011A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A59; }
p { color: rgb(1,26,89); }
H1.HeaderClassName
{
color: #011A59;
}
.AnyTagClassName
{
color: #011A59;
}
</style>
background-color css
<style>
a { background-color: #011A59; }
a { background-color: rgb(1,26,89); }
div.DivClassName
{
background-color: #011A59;
}
.BgClassName
{
background-color: #011A59;
}
</style>
border-color css
<style>
span { border-color: #011A59; }
span { border-color: rgb(1,26,89); }
td.TdClassName
{
border-color: #011A59;
}
.TagClassName
{
border-color: #011A59;
}
</style>