Shades of Sapphire #011251
Tints of Sapphire #011251
RGB
CMYK
RGB Variations
Color information
#011251 (or 0x011251) is known color: Sapphire. HEX triplet: 01, 12 and 51. RGB value is (1,18,81). Sum of RGB (Red+Green+Blue) = 1+18+81=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #011251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011251 is #FEEDAE. Grayscale: #131313. Windows color (decimal): -16706991 or 5313025. OLE color: 5313025.
HSL color Cylindrical-coordinate representation of color #011251: hue angle of 227.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 #011251 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 18 | 81 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.68 |
| HSL | 227.25º | 0.98% | 0.16% | - |
| HSV(B) | 227.25º | 0.99% | 0.32% | - |
| XYZ | 1.71 | 1.03 | 7.89 | - |
| YUV | 20.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 81 | 0.99 | 0.78 | 0 | 0.68 | 227.25 | 0.98 | 0.16 |
| Hex | 1 | 12 | 51 | 63 | 4E | 0 | 44 | E3 | 62 | 10 |
| Octal | 1 | 22 | 121 | 143 | 116 | 0 | 104 | 343 | 142 | 20 |
| Binary | 1 | 10010 | 1010001 | 1100011 | 1001110 | 0 | 1000100 | 11100011 | 1100010 | 10000 |
Color Harmonies of #011251
Complementary color
Monochromatic Colors of #011251
Black with #011251
Text Example
Text Example
White with #011251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011251; }
p { color: rgb(1,18,81); }
H1.HeaderClassName
{
color: #011251;
}
.AnyTagClassName
{
color: #011251;
}
</style>
background-color css
<style>
a { background-color: #011251; }
a { background-color: rgb(1,18,81); }
div.DivClassName
{
background-color: #011251;
}
.BgClassName
{
background-color: #011251;
}
</style>
border-color css
<style>
span { border-color: #011251; }
span { border-color: rgb(1,18,81); }
td.TdClassName
{
border-color: #011251;
}
.TagClassName
{
border-color: #011251;
}
</style>