Shades of Sapphire #010853
Tints of Sapphire #010853
RGB
CMYK
RGB Variations
Color information
#010853 (or 0x010853) is known color: Sapphire. HEX triplet: 01, 08 and 53. RGB value is (1,8,83). Sum of RGB (Red+Green+Blue) = 1+8+83=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #010853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010853 is #FEF7AC. Grayscale: #0E0E0E. Windows color (decimal): -16709549 or 5441537. OLE color: 5441537.
HSL color Cylindrical-coordinate representation of color #010853: hue angle of 234.88º 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 #010853 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 8 | 83 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.67 |
| HSL | 234.88º | 0.98% | 0.16% | - |
| HSV(B) | 234.88º | 0.99% | 0.33% | - |
| XYZ | 1.66 | 0.8 | 8.25 | - |
| YUV | 14.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 83 | 0.99 | 0.90 | 0 | 0.67 | 234.88 | 0.98 | 0.16 |
| Hex | 1 | 8 | 53 | 63 | 5A | 0 | 43 | EB | 62 | 10 |
| Octal | 1 | 10 | 123 | 143 | 132 | 0 | 103 | 353 | 142 | 20 |
| Binary | 1 | 1000 | 1010011 | 1100011 | 1011010 | 0 | 1000011 | 11101011 | 1100010 | 10000 |
Color Harmonies of #010853
Complementary color
Monochromatic Colors of #010853
Black with #010853
Text Example
Text Example
White with #010853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010853; }
p { color: rgb(1,8,83); }
H1.HeaderClassName
{
color: #010853;
}
.AnyTagClassName
{
color: #010853;
}
</style>
background-color css
<style>
a { background-color: #010853; }
a { background-color: rgb(1,8,83); }
div.DivClassName
{
background-color: #010853;
}
.BgClassName
{
background-color: #010853;
}
</style>
border-color css
<style>
span { border-color: #010853; }
span { border-color: rgb(1,8,83); }
td.TdClassName
{
border-color: #010853;
}
.TagClassName
{
border-color: #010853;
}
</style>