Shades of Sapphire #011A5E
Tints of Sapphire #011A5E
RGB
CMYK
RGB Variations
Color information
#011A5E (or 0x011A5E) is known color: Sapphire. HEX triplet: 01, 1A and 5E. RGB value is (1,26,94). Sum of RGB (Red+Green+Blue) = 1+26+94=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #011A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A5E is #FEE5A1. Grayscale: #191919. Windows color (decimal): -16704930 or 6167041. OLE color: 6167041.
HSL color Cylindrical-coordinate representation of color #011A5E: hue angle of 223.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A5E is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 26 | 94 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.63 |
| HSL | 223.87º | 0.98% | 0.19% | - |
| HSV(B) | 223.87º | 0.99% | 0.37% | - |
| XYZ | 2.4 | 1.55 | 10.76 | - |
| YUV | 26.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 94 | 0.99 | 0.72 | 0 | 0.63 | 223.87 | 0.98 | 0.19 |
| Hex | 1 | 1A | 5E | 63 | 48 | 0 | 3F | E0 | 62 | 13 |
| Octal | 1 | 32 | 136 | 143 | 110 | 0 | 77 | 340 | 142 | 23 |
| Binary | 1 | 11010 | 1011110 | 1100011 | 1001000 | 0 | 111111 | 11100000 | 1100010 | 10011 |
Color Harmonies of #011A5E
Complementary color
Monochromatic Colors of #011A5E
Black with #011A5E
Text Example
Text Example
White with #011A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A5E; }
p { color: rgb(1,26,94); }
H1.HeaderClassName
{
color: #011A5E;
}
.AnyTagClassName
{
color: #011A5E;
}
</style>
background-color css
<style>
a { background-color: #011A5E; }
a { background-color: rgb(1,26,94); }
div.DivClassName
{
background-color: #011A5E;
}
.BgClassName
{
background-color: #011A5E;
}
</style>
border-color css
<style>
span { border-color: #011A5E; }
span { border-color: rgb(1,26,94); }
td.TdClassName
{
border-color: #011A5E;
}
.TagClassName
{
border-color: #011A5E;
}
</style>