Shades of Sapphire #011246
Tints of Sapphire #011246
RGB
CMYK
RGB Variations
Color information
#011246 (or 0x011246) is known color: Sapphire. HEX triplet: 01, 12 and 46. RGB value is (1,18,70). Sum of RGB (Red+Green+Blue) = 1+18+70=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #011246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011246 is #FEEDB9. Grayscale: #121212. Windows color (decimal): -16707002 or 4592129. OLE color: 4592129.
HSL color Cylindrical-coordinate representation of color #011246: hue angle of 225.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011246 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 18 | 70 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.73 |
| HSL | 225.22º | 0.97% | 0.14% | - |
| HSV(B) | 225.22º | 0.99% | 0.27% | - |
| XYZ | 1.33 | 0.88 | 5.89 | - |
| YUV | 18.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 70 | 0.99 | 0.74 | 0 | 0.73 | 225.22 | 0.97 | 0.14 |
| Hex | 1 | 12 | 46 | 63 | 4A | 0 | 49 | E1 | 61 | E |
| Octal | 1 | 22 | 106 | 143 | 112 | 0 | 111 | 341 | 141 | 16 |
| Binary | 1 | 10010 | 1000110 | 1100011 | 1001010 | 0 | 1001001 | 11100001 | 1100001 | 1110 |
Color Harmonies of #011246
Complementary color
Monochromatic Colors of #011246
Black with #011246
Text Example
Text Example
White with #011246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011246; }
p { color: rgb(1,18,70); }
H1.HeaderClassName
{
color: #011246;
}
.AnyTagClassName
{
color: #011246;
}
</style>
background-color css
<style>
a { background-color: #011246; }
a { background-color: rgb(1,18,70); }
div.DivClassName
{
background-color: #011246;
}
.BgClassName
{
background-color: #011246;
}
</style>
border-color css
<style>
span { border-color: #011246; }
span { border-color: rgb(1,18,70); }
td.TdClassName
{
border-color: #011246;
}
.TagClassName
{
border-color: #011246;
}
</style>