Shades of Sapphire #011449
Tints of Sapphire #011449
RGB
CMYK
RGB Variations
Color information
#011449 (or 0x011449) is known color: Sapphire. HEX triplet: 01, 14 and 49. RGB value is (1,20,73). Sum of RGB (Red+Green+Blue) = 1+20+73=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #011449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011449 is #FEEBB6. Grayscale: #141414. Windows color (decimal): -16706487 or 4789249. OLE color: 4789249.
HSL color Cylindrical-coordinate representation of color #011449: hue angle of 224.17º 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 #011449 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 20 | 73 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.71 |
| HSL | 224.17º | 0.97% | 0.15% | - |
| HSV(B) | 224.17º | 0.99% | 0.29% | - |
| XYZ | 1.47 | 0.99 | 6.42 | - |
| YUV | 20.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 73 | 0.99 | 0.73 | 0 | 0.71 | 224.17 | 0.97 | 0.15 |
| Hex | 1 | 14 | 49 | 63 | 49 | 0 | 47 | E0 | 61 | F |
| Octal | 1 | 24 | 111 | 143 | 111 | 0 | 107 | 340 | 141 | 17 |
| Binary | 1 | 10100 | 1001001 | 1100011 | 1001001 | 0 | 1000111 | 11100000 | 1100001 | 1111 |
Color Harmonies of #011449
Complementary color
Monochromatic Colors of #011449
Black with #011449
Text Example
Text Example
White with #011449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011449; }
p { color: rgb(1,20,73); }
H1.HeaderClassName
{
color: #011449;
}
.AnyTagClassName
{
color: #011449;
}
</style>
background-color css
<style>
a { background-color: #011449; }
a { background-color: rgb(1,20,73); }
div.DivClassName
{
background-color: #011449;
}
.BgClassName
{
background-color: #011449;
}
</style>
border-color css
<style>
span { border-color: #011449; }
span { border-color: rgb(1,20,73); }
td.TdClassName
{
border-color: #011449;
}
.TagClassName
{
border-color: #011449;
}
</style>