Shades of Sapphire #010751
Tints of Sapphire #010751
RGB
CMYK
RGB Variations
Color information
#010751 (or 0x010751) is known color: Sapphire. HEX triplet: 01, 07 and 51. RGB value is (1,7,81). Sum of RGB (Red+Green+Blue) = 1+7+81=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #010751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010751 is #FEF8AE. Grayscale: #0D0D0D. Windows color (decimal): -16709807 or 5310209. OLE color: 5310209.
HSL color Cylindrical-coordinate representation of color #010751: hue angle of 235.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010751 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 7 | 81 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.68 |
| HSL | 235.5º | 0.98% | 0.16% | - |
| HSV(B) | 235.5º | 0.99% | 0.32% | - |
| XYZ | 1.57 | 0.75 | 7.85 | - |
| YUV | 13.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 81 | 0.99 | 0.91 | 0 | 0.68 | 235.5 | 0.98 | 0.16 |
| Hex | 1 | 7 | 51 | 63 | 5B | 0 | 44 | EC | 62 | 10 |
| Octal | 1 | 7 | 121 | 143 | 133 | 0 | 104 | 354 | 142 | 20 |
| Binary | 1 | 111 | 1010001 | 1100011 | 1011011 | 0 | 1000100 | 11101100 | 1100010 | 10000 |
Color Harmonies of #010751
Complementary color
Monochromatic Colors of #010751
Black with #010751
Text Example
Text Example
White with #010751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010751; }
p { color: rgb(1,7,81); }
H1.HeaderClassName
{
color: #010751;
}
.AnyTagClassName
{
color: #010751;
}
</style>
background-color css
<style>
a { background-color: #010751; }
a { background-color: rgb(1,7,81); }
div.DivClassName
{
background-color: #010751;
}
.BgClassName
{
background-color: #010751;
}
</style>
border-color css
<style>
span { border-color: #010751; }
span { border-color: rgb(1,7,81); }
td.TdClassName
{
border-color: #010751;
}
.TagClassName
{
border-color: #010751;
}
</style>