Shades of Sapphire #010953
Tints of Sapphire #010953
RGB
CMYK
RGB Variations
Color information
#010953 (or 0x010953) is known color: Sapphire. HEX triplet: 01, 09 and 53. RGB value is (1,9,83). Sum of RGB (Red+Green+Blue) = 1+9+83=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #010953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010953 is #FEF6AC. Grayscale: #0E0E0E. Windows color (decimal): -16709293 or 5441793. OLE color: 5441793.
HSL color Cylindrical-coordinate representation of color #010953: hue angle of 234.15º 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 #010953 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 9 | 83 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.67 |
| HSL | 234.15º | 0.98% | 0.16% | - |
| HSV(B) | 234.15º | 0.99% | 0.33% | - |
| XYZ | 1.67 | 0.83 | 8.26 | - |
| YUV | 15.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 83 | 0.99 | 0.89 | 0 | 0.67 | 234.15 | 0.98 | 0.16 |
| Hex | 1 | 9 | 53 | 63 | 59 | 0 | 43 | EA | 62 | 10 |
| Octal | 1 | 11 | 123 | 143 | 131 | 0 | 103 | 352 | 142 | 20 |
| Binary | 1 | 1001 | 1010011 | 1100011 | 1011001 | 0 | 1000011 | 11101010 | 1100010 | 10000 |
Color Harmonies of #010953
Complementary color
Monochromatic Colors of #010953
Black with #010953
Text Example
Text Example
White with #010953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010953; }
p { color: rgb(1,9,83); }
H1.HeaderClassName
{
color: #010953;
}
.AnyTagClassName
{
color: #010953;
}
</style>
background-color css
<style>
a { background-color: #010953; }
a { background-color: rgb(1,9,83); }
div.DivClassName
{
background-color: #010953;
}
.BgClassName
{
background-color: #010953;
}
</style>
border-color css
<style>
span { border-color: #010953; }
span { border-color: rgb(1,9,83); }
td.TdClassName
{
border-color: #010953;
}
.TagClassName
{
border-color: #010953;
}
</style>