Shades of Sapphire #010449
Tints of Sapphire #010449
RGB
CMYK
RGB Variations
Color information
#010449 (or 0x010449) is known color: Sapphire. HEX triplet: 01, 04 and 49. RGB value is (1,4,73). Sum of RGB (Red+Green+Blue) = 1+4+73=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 73 (28.91% from 255 or 93.59% from 78); Max value from RGB is 73 - color contains mainly: blue. Hex color #010449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010449 is #FEFBB6. Grayscale: #0A0A0A. Windows color (decimal): -16710583 or 4785153. OLE color: 4785153.
HSL color Cylindrical-coordinate representation of color #010449: hue angle of 237.5º 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 #010449 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 4 | 73 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.71 |
| HSL | 237.5º | 0.97% | 0.15% | - |
| HSV(B) | 237.5º | 0.99% | 0.29% | - |
| XYZ | 1.26 | 0.57 | 6.35 | - |
| YUV | 10.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 73 | 0.99 | 0.95 | 0 | 0.71 | 237.5 | 0.97 | 0.15 |
| Hex | 1 | 4 | 49 | 63 | 5F | 0 | 47 | EE | 61 | F |
| Octal | 1 | 4 | 111 | 143 | 137 | 0 | 107 | 356 | 141 | 17 |
| Binary | 1 | 100 | 1001001 | 1100011 | 1011111 | 0 | 1000111 | 11101110 | 1100001 | 1111 |
Color Harmonies of #010449
Complementary color
Monochromatic Colors of #010449
Black with #010449
Text Example
Text Example
White with #010449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010449; }
p { color: rgb(1,4,73); }
H1.HeaderClassName
{
color: #010449;
}
.AnyTagClassName
{
color: #010449;
}
</style>
background-color css
<style>
a { background-color: #010449; }
a { background-color: rgb(1,4,73); }
div.DivClassName
{
background-color: #010449;
}
.BgClassName
{
background-color: #010449;
}
</style>
border-color css
<style>
span { border-color: #010449; }
span { border-color: rgb(1,4,73); }
td.TdClassName
{
border-color: #010449;
}
.TagClassName
{
border-color: #010449;
}
</style>