Shades of Sapphire #010A49
Tints of Sapphire #010A49
RGB
CMYK
RGB Variations
Color information
#010A49 (or 0x010A49) is known color: Sapphire. HEX triplet: 01, 0A and 49. RGB value is (1,10,73). Sum of RGB (Red+Green+Blue) = 1+10+73=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #010A49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A49 is #FEF5B6. Grayscale: #0E0E0E. Windows color (decimal): -16709047 or 4786689. OLE color: 4786689.
HSL color Cylindrical-coordinate representation of color #010A49: hue angle of 232.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 #010A49 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 10 | 73 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.71 |
| HSL | 232.5º | 0.97% | 0.15% | - |
| HSV(B) | 232.5º | 0.99% | 0.29% | - |
| XYZ | 1.32 | 0.7 | 6.37 | - |
| YUV | 14.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 73 | 0.99 | 0.86 | 0 | 0.71 | 232.5 | 0.97 | 0.15 |
| Hex | 1 | A | 49 | 63 | 56 | 0 | 47 | E8 | 61 | F |
| Octal | 1 | 12 | 111 | 143 | 126 | 0 | 107 | 350 | 141 | 17 |
| Binary | 1 | 1010 | 1001001 | 1100011 | 1010110 | 0 | 1000111 | 11101000 | 1100001 | 1111 |
Color Harmonies of #010A49
Complementary color
Monochromatic Colors of #010A49
Black with #010A49
Text Example
Text Example
White with #010A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A49; }
p { color: rgb(1,10,73); }
H1.HeaderClassName
{
color: #010A49;
}
.AnyTagClassName
{
color: #010A49;
}
</style>
background-color css
<style>
a { background-color: #010A49; }
a { background-color: rgb(1,10,73); }
div.DivClassName
{
background-color: #010A49;
}
.BgClassName
{
background-color: #010A49;
}
</style>
border-color css
<style>
span { border-color: #010A49; }
span { border-color: rgb(1,10,73); }
td.TdClassName
{
border-color: #010A49;
}
.TagClassName
{
border-color: #010A49;
}
</style>