Shades of Sapphire #011271
Tints of Sapphire #011271
RGB
CMYK
RGB Variations
Color information
#011271 (or 0x011271) is known color: Sapphire. HEX triplet: 01, 12 and 71. RGB value is (1,18,113). Sum of RGB (Red+Green+Blue) = 1+18+113=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #011271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011271 is #FEED8E. Grayscale: #171717. Windows color (decimal): -16706959 or 7410177. OLE color: 7410177.
HSL color Cylindrical-coordinate representation of color #011271: hue angle of 230.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011271 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 18 | 113 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.56 |
| HSL | 230.89º | 0.98% | 0.22% | - |
| HSV(B) | 230.89º | 0.99% | 0.44% | - |
| XYZ | 3.21 | 1.63 | 15.77 | - |
| YUV | 23.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 113 | 0.99 | 0.84 | 0 | 0.56 | 230.89 | 0.98 | 0.22 |
| Hex | 1 | 12 | 71 | 63 | 54 | 0 | 38 | E7 | 62 | 16 |
| Octal | 1 | 22 | 161 | 143 | 124 | 0 | 70 | 347 | 142 | 26 |
| Binary | 1 | 10010 | 1110001 | 1100011 | 1010100 | 0 | 111000 | 11100111 | 1100010 | 10110 |
Color Harmonies of #011271
Complementary color
Monochromatic Colors of #011271
Black with #011271
Text Example
Text Example
White with #011271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011271; }
p { color: rgb(1,18,113); }
H1.HeaderClassName
{
color: #011271;
}
.AnyTagClassName
{
color: #011271;
}
</style>
background-color css
<style>
a { background-color: #011271; }
a { background-color: rgb(1,18,113); }
div.DivClassName
{
background-color: #011271;
}
.BgClassName
{
background-color: #011271;
}
</style>
border-color css
<style>
span { border-color: #011271; }
span { border-color: rgb(1,18,113); }
td.TdClassName
{
border-color: #011271;
}
.TagClassName
{
border-color: #011271;
}
</style>