Shades of Sapphire #011949
Tints of Sapphire #011949
RGB
CMYK
RGB Variations
Color information
#011949 (or 0x011949) is known color: Sapphire. HEX triplet: 01, 19 and 49. RGB value is (1,25,73). Sum of RGB (Red+Green+Blue) = 1+25+73=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #011949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011949 is #FEE6B6. Grayscale: #171717. Windows color (decimal): -16705207 or 4790529. OLE color: 4790529.
HSL color Cylindrical-coordinate representation of color #011949: hue angle of 220º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011949 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 25 | 73 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.71 |
| HSL | 220º | 0.97% | 0.15% | - |
| HSV(B) | 220º | 0.99% | 0.29% | - |
| XYZ | 1.56 | 1.18 | 6.45 | - |
| YUV | 23.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 73 | 0.99 | 0.66 | 0 | 0.71 | 220 | 0.97 | 0.15 |
| Hex | 1 | 19 | 49 | 63 | 42 | 0 | 47 | DC | 61 | F |
| Octal | 1 | 31 | 111 | 143 | 102 | 0 | 107 | 334 | 141 | 17 |
| Binary | 1 | 11001 | 1001001 | 1100011 | 1000010 | 0 | 1000111 | 11011100 | 1100001 | 1111 |
Color Harmonies of #011949
Complementary color
Monochromatic Colors of #011949
Black with #011949
Text Example
Text Example
White with #011949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011949; }
p { color: rgb(1,25,73); }
H1.HeaderClassName
{
color: #011949;
}
.AnyTagClassName
{
color: #011949;
}
</style>
background-color css
<style>
a { background-color: #011949; }
a { background-color: rgb(1,25,73); }
div.DivClassName
{
background-color: #011949;
}
.BgClassName
{
background-color: #011949;
}
</style>
border-color css
<style>
span { border-color: #011949; }
span { border-color: rgb(1,25,73); }
td.TdClassName
{
border-color: #011949;
}
.TagClassName
{
border-color: #011949;
}
</style>