Shades of Sapphire #011A77
Tints of Sapphire #011A77
RGB
CMYK
RGB Variations
Color information
#011A77 (or 0x011A77) is known color: Sapphire. HEX triplet: 01, 1A and 77. RGB value is (1,26,119). Sum of RGB (Red+Green+Blue) = 1+26+119=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #011A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A77 is #FEE588. Grayscale: #1C1C1C. Windows color (decimal): -16704905 or 7805441. OLE color: 7805441.
HSL color Cylindrical-coordinate representation of color #011A77: hue angle of 227.29º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A77 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 26 | 119 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.53 |
| HSL | 227.29º | 0.98% | 0.24% | - |
| HSV(B) | 227.29º | 0.99% | 0.47% | - |
| XYZ | 3.71 | 2.08 | 17.66 | - |
| YUV | 29.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 119 | 0.99 | 0.78 | 0 | 0.53 | 227.29 | 0.98 | 0.24 |
| Hex | 1 | 1A | 77 | 63 | 4E | 0 | 35 | E3 | 62 | 18 |
| Octal | 1 | 32 | 167 | 143 | 116 | 0 | 65 | 343 | 142 | 30 |
| Binary | 1 | 11010 | 1110111 | 1100011 | 1001110 | 0 | 110101 | 11100011 | 1100010 | 11000 |
Color Harmonies of #011A77
Complementary color
Monochromatic Colors of #011A77
Black with #011A77
Text Example
Text Example
White with #011A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A77; }
p { color: rgb(1,26,119); }
H1.HeaderClassName
{
color: #011A77;
}
.AnyTagClassName
{
color: #011A77;
}
</style>
background-color css
<style>
a { background-color: #011A77; }
a { background-color: rgb(1,26,119); }
div.DivClassName
{
background-color: #011A77;
}
.BgClassName
{
background-color: #011A77;
}
</style>
border-color css
<style>
span { border-color: #011A77; }
span { border-color: rgb(1,26,119); }
td.TdClassName
{
border-color: #011A77;
}
.TagClassName
{
border-color: #011A77;
}
</style>