Shades of Sapphire #010753
Tints of Sapphire #010753
RGB
CMYK
RGB Variations
Color information
#010753 (or 0x010753) is known color: Sapphire. HEX triplet: 01, 07 and 53. RGB value is (1,7,83). Sum of RGB (Red+Green+Blue) = 1+7+83=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 83 (32.81% from 255 or 91.21% from 91); Max value from RGB is 83 - color contains mainly: blue. Hex color #010753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010753 is #FEF8AC. Grayscale: #0D0D0D. Windows color (decimal): -16709805 or 5441281. OLE color: 5441281.
HSL color Cylindrical-coordinate representation of color #010753: hue angle of 235.61º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010753 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 7 | 83 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.67 |
| HSL | 235.61º | 0.98% | 0.16% | - |
| HSV(B) | 235.61º | 0.99% | 0.33% | - |
| XYZ | 1.65 | 0.78 | 8.25 | - |
| YUV | 13.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 83 | 0.99 | 0.92 | 0 | 0.67 | 235.61 | 0.98 | 0.16 |
| Hex | 1 | 7 | 53 | 63 | 5C | 0 | 43 | EC | 62 | 10 |
| Octal | 1 | 7 | 123 | 143 | 134 | 0 | 103 | 354 | 142 | 20 |
| Binary | 1 | 111 | 1010011 | 1100011 | 1011100 | 0 | 1000011 | 11101100 | 1100010 | 10000 |
Color Harmonies of #010753
Complementary color
Monochromatic Colors of #010753
Black with #010753
Text Example
Text Example
White with #010753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010753; }
p { color: rgb(1,7,83); }
H1.HeaderClassName
{
color: #010753;
}
.AnyTagClassName
{
color: #010753;
}
</style>
background-color css
<style>
a { background-color: #010753; }
a { background-color: rgb(1,7,83); }
div.DivClassName
{
background-color: #010753;
}
.BgClassName
{
background-color: #010753;
}
</style>
border-color css
<style>
span { border-color: #010753; }
span { border-color: rgb(1,7,83); }
td.TdClassName
{
border-color: #010753;
}
.TagClassName
{
border-color: #010753;
}
</style>