Shades of Sapphire #011A51
Tints of Sapphire #011A51
RGB
CMYK
RGB Variations
Color information
#011A51 (or 0x011A51) is known color: Sapphire. HEX triplet: 01, 1A and 51. RGB value is (1,26,81). Sum of RGB (Red+Green+Blue) = 1+26+81=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #011A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A51 is #FEE5AE. Grayscale: #181818. Windows color (decimal): -16704943 or 5315073. OLE color: 5315073.
HSL color Cylindrical-coordinate representation of color #011A51: hue angle of 221.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A51 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 26 | 81 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.68 |
| HSL | 221.25º | 0.98% | 0.16% | - |
| HSV(B) | 221.25º | 0.99% | 0.32% | - |
| XYZ | 1.87 | 1.34 | 7.94 | - |
| YUV | 24.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 81 | 0.99 | 0.68 | 0 | 0.68 | 221.25 | 0.98 | 0.16 |
| Hex | 1 | 1A | 51 | 63 | 44 | 0 | 44 | DD | 62 | 10 |
| Octal | 1 | 32 | 121 | 143 | 104 | 0 | 104 | 335 | 142 | 20 |
| Binary | 1 | 11010 | 1010001 | 1100011 | 1000100 | 0 | 1000100 | 11011101 | 1100010 | 10000 |
Color Harmonies of #011A51
Complementary color
Monochromatic Colors of #011A51
Black with #011A51
Text Example
Text Example
White with #011A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A51; }
p { color: rgb(1,26,81); }
H1.HeaderClassName
{
color: #011A51;
}
.AnyTagClassName
{
color: #011A51;
}
</style>
background-color css
<style>
a { background-color: #011A51; }
a { background-color: rgb(1,26,81); }
div.DivClassName
{
background-color: #011A51;
}
.BgClassName
{
background-color: #011A51;
}
</style>
border-color css
<style>
span { border-color: #011A51; }
span { border-color: rgb(1,26,81); }
td.TdClassName
{
border-color: #011A51;
}
.TagClassName
{
border-color: #011A51;
}
</style>