Shades of Sapphire #011A52
Tints of Sapphire #011A52
RGB
CMYK
RGB Variations
Color information
#011A52 (or 0x011A52) is known color: Sapphire. HEX triplet: 01, 1A and 52. RGB value is (1,26,82). Sum of RGB (Red+Green+Blue) = 1+26+82=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #011A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A52 is #FEE5AD. Grayscale: #181818. Windows color (decimal): -16704942 or 5380609. OLE color: 5380609.
HSL color Cylindrical-coordinate representation of color #011A52: hue angle of 221.48º 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 #011A52 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 26 | 82 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.68 |
| HSL | 221.48º | 0.98% | 0.16% | - |
| HSV(B) | 221.48º | 0.99% | 0.32% | - |
| XYZ | 1.9 | 1.35 | 8.14 | - |
| YUV | 24.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 82 | 0.99 | 0.68 | 0 | 0.68 | 221.48 | 0.98 | 0.16 |
| Hex | 1 | 1A | 52 | 63 | 44 | 0 | 44 | DD | 62 | 10 |
| Octal | 1 | 32 | 122 | 143 | 104 | 0 | 104 | 335 | 142 | 20 |
| Binary | 1 | 11010 | 1010010 | 1100011 | 1000100 | 0 | 1000100 | 11011101 | 1100010 | 10000 |
Color Harmonies of #011A52
Complementary color
Monochromatic Colors of #011A52
Black with #011A52
Text Example
Text Example
White with #011A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A52; }
p { color: rgb(1,26,82); }
H1.HeaderClassName
{
color: #011A52;
}
.AnyTagClassName
{
color: #011A52;
}
</style>
background-color css
<style>
a { background-color: #011A52; }
a { background-color: rgb(1,26,82); }
div.DivClassName
{
background-color: #011A52;
}
.BgClassName
{
background-color: #011A52;
}
</style>
border-color css
<style>
span { border-color: #011A52; }
span { border-color: rgb(1,26,82); }
td.TdClassName
{
border-color: #011A52;
}
.TagClassName
{
border-color: #011A52;
}
</style>