Shades of Sapphire #010951
Tints of Sapphire #010951
RGB
CMYK
RGB Variations
Color information
#010951 (or 0x010951) is known color: Sapphire. HEX triplet: 01, 09 and 51. RGB value is (1,9,81). Sum of RGB (Red+Green+Blue) = 1+9+81=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #010951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010951 is #FEF6AE. Grayscale: #0E0E0E. Windows color (decimal): -16709295 or 5310721. OLE color: 5310721.
HSL color Cylindrical-coordinate representation of color #010951: hue angle of 234º 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 #010951 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 9 | 81 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.68 |
| HSL | 234º | 0.98% | 0.16% | - |
| HSV(B) | 234º | 0.99% | 0.32% | - |
| XYZ | 1.6 | 0.8 | 7.85 | - |
| YUV | 14.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 81 | 0.99 | 0.89 | 0 | 0.68 | 234 | 0.98 | 0.16 |
| Hex | 1 | 9 | 51 | 63 | 59 | 0 | 44 | EA | 62 | 10 |
| Octal | 1 | 11 | 121 | 143 | 131 | 0 | 104 | 352 | 142 | 20 |
| Binary | 1 | 1001 | 1010001 | 1100011 | 1011001 | 0 | 1000100 | 11101010 | 1100010 | 10000 |
Color Harmonies of #010951
Complementary color
Monochromatic Colors of #010951
Black with #010951
Text Example
Text Example
White with #010951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010951; }
p { color: rgb(1,9,81); }
H1.HeaderClassName
{
color: #010951;
}
.AnyTagClassName
{
color: #010951;
}
</style>
background-color css
<style>
a { background-color: #010951; }
a { background-color: rgb(1,9,81); }
div.DivClassName
{
background-color: #010951;
}
.BgClassName
{
background-color: #010951;
}
</style>
border-color css
<style>
span { border-color: #010951; }
span { border-color: rgb(1,9,81); }
td.TdClassName
{
border-color: #010951;
}
.TagClassName
{
border-color: #010951;
}
</style>