Shades of Sapphire #011349
Tints of Sapphire #011349
RGB
CMYK
RGB Variations
Color information
#011349 (or 0x011349) is known color: Sapphire. HEX triplet: 01, 13 and 49. RGB value is (1,19,73). Sum of RGB (Red+Green+Blue) = 1+19+73=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #011349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011349 is #FEECB6. Grayscale: #131313. Windows color (decimal): -16706743 or 4788993. OLE color: 4788993.
HSL color Cylindrical-coordinate representation of color #011349: hue angle of 225º 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 #011349 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 19 | 73 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.71 |
| HSL | 225º | 0.97% | 0.15% | - |
| HSV(B) | 225º | 0.99% | 0.29% | - |
| XYZ | 1.45 | 0.95 | 6.41 | - |
| YUV | 19.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 73 | 0.99 | 0.74 | 0 | 0.71 | 225 | 0.97 | 0.15 |
| Hex | 1 | 13 | 49 | 63 | 4A | 0 | 47 | E1 | 61 | F |
| Octal | 1 | 23 | 111 | 143 | 112 | 0 | 107 | 341 | 141 | 17 |
| Binary | 1 | 10011 | 1001001 | 1100011 | 1001010 | 0 | 1000111 | 11100001 | 1100001 | 1111 |
Color Harmonies of #011349
Complementary color
Monochromatic Colors of #011349
Black with #011349
Text Example
Text Example
White with #011349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011349; }
p { color: rgb(1,19,73); }
H1.HeaderClassName
{
color: #011349;
}
.AnyTagClassName
{
color: #011349;
}
</style>
background-color css
<style>
a { background-color: #011349; }
a { background-color: rgb(1,19,73); }
div.DivClassName
{
background-color: #011349;
}
.BgClassName
{
background-color: #011349;
}
</style>
border-color css
<style>
span { border-color: #011349; }
span { border-color: rgb(1,19,73); }
td.TdClassName
{
border-color: #011349;
}
.TagClassName
{
border-color: #011349;
}
</style>