Shades of Sapphire #010549
Tints of Sapphire #010549
RGB
CMYK
RGB Variations
Color information
#010549 (or 0x010549) is known color: Sapphire. HEX triplet: 01, 05 and 49. RGB value is (1,5,73). Sum of RGB (Red+Green+Blue) = 1+5+73=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 73 (28.91% from 255 or 92.41% from 79); Max value from RGB is 73 - color contains mainly: blue. Hex color #010549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010549 is #FEFAB6. Grayscale: #0B0B0B. Windows color (decimal): -16710327 or 4785409. OLE color: 4785409.
HSL color Cylindrical-coordinate representation of color #010549: hue angle of 236.67º 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 #010549 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 5 | 73 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.71 |
| HSL | 236.67º | 0.97% | 0.15% | - |
| HSV(B) | 236.67º | 0.99% | 0.29% | - |
| XYZ | 1.27 | 0.6 | 6.35 | - |
| YUV | 11.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 73 | 0.99 | 0.93 | 0 | 0.71 | 236.67 | 0.97 | 0.15 |
| Hex | 1 | 5 | 49 | 63 | 5D | 0 | 47 | ED | 61 | F |
| Octal | 1 | 5 | 111 | 143 | 135 | 0 | 107 | 355 | 141 | 17 |
| Binary | 1 | 101 | 1001001 | 1100011 | 1011101 | 0 | 1000111 | 11101101 | 1100001 | 1111 |
Color Harmonies of #010549
Complementary color
Monochromatic Colors of #010549
Black with #010549
Text Example
Text Example
White with #010549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010549; }
p { color: rgb(1,5,73); }
H1.HeaderClassName
{
color: #010549;
}
.AnyTagClassName
{
color: #010549;
}
</style>
background-color css
<style>
a { background-color: #010549; }
a { background-color: rgb(1,5,73); }
div.DivClassName
{
background-color: #010549;
}
.BgClassName
{
background-color: #010549;
}
</style>
border-color css
<style>
span { border-color: #010549; }
span { border-color: rgb(1,5,73); }
td.TdClassName
{
border-color: #010549;
}
.TagClassName
{
border-color: #010549;
}
</style>