Shades of Sapphire #011446
Tints of Sapphire #011446
RGB
CMYK
RGB Variations
Color information
#011446 (or 0x011446) is known color: Sapphire. HEX triplet: 01, 14 and 46. RGB value is (1,20,70). Sum of RGB (Red+Green+Blue) = 1+20+70=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #011446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011446 is #FEEBB9. Grayscale: #131313. Windows color (decimal): -16706490 or 4592641. OLE color: 4592641.
HSL color Cylindrical-coordinate representation of color #011446: hue angle of 223.48º 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 #011446 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 20 | 70 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.73 |
| HSL | 223.48º | 0.97% | 0.14% | - |
| HSV(B) | 223.48º | 0.99% | 0.27% | - |
| XYZ | 1.37 | 0.95 | 5.91 | - |
| YUV | 20.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 70 | 0.99 | 0.71 | 0 | 0.73 | 223.48 | 0.97 | 0.14 |
| Hex | 1 | 14 | 46 | 63 | 47 | 0 | 49 | DF | 61 | E |
| Octal | 1 | 24 | 106 | 143 | 107 | 0 | 111 | 337 | 141 | 16 |
| Binary | 1 | 10100 | 1000110 | 1100011 | 1000111 | 0 | 1001001 | 11011111 | 1100001 | 1110 |
Color Harmonies of #011446
Complementary color
Monochromatic Colors of #011446
Black with #011446
Text Example
Text Example
White with #011446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011446; }
p { color: rgb(1,20,70); }
H1.HeaderClassName
{
color: #011446;
}
.AnyTagClassName
{
color: #011446;
}
</style>
background-color css
<style>
a { background-color: #011446; }
a { background-color: rgb(1,20,70); }
div.DivClassName
{
background-color: #011446;
}
.BgClassName
{
background-color: #011446;
}
</style>
border-color css
<style>
span { border-color: #011446; }
span { border-color: rgb(1,20,70); }
td.TdClassName
{
border-color: #011446;
}
.TagClassName
{
border-color: #011446;
}
</style>