Shades of Sapphire #000853
Tints of Sapphire #000853
RGB
CMYK
RGB Variations
Color information
#000853 (or 0x000853) is known color: Sapphire. HEX triplet: 00, 08 and 53. RGB value is (0,8,83). Sum of RGB (Red+Green+Blue) = 0+8+83=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 8 (3.52% from 255 or 8.79% 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 #000853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000853 is #FFF7AC. Grayscale: #0D0D0D. Windows color (decimal): -16775085 or 5441536. OLE color: 5441536.
HSL color Cylindrical-coordinate representation of color #000853: hue angle of 234.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000853 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 8 | 83 | - |
| CMYK | 1 | 0.90 | 0 | 0.67 |
| HSL | 234.22º | 1% | 0.16% | - |
| HSV(B) | 234.22º | 1% | 0.33% | - |
| XYZ | 1.65 | 0.8 | 8.25 | - |
| YUV | 14.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 83 | 1 | 0.90 | 0 | 0.67 | 234.22 | 1 | 0.16 |
| Hex | 0 | 8 | 53 | 64 | 5A | 0 | 43 | EA | 64 | 10 |
| Octal | 0 | 10 | 123 | 144 | 132 | 0 | 103 | 352 | 144 | 20 |
| Binary | 0 | 1000 | 1010011 | 1100100 | 1011010 | 0 | 1000011 | 11101010 | 1100100 | 10000 |
Color Harmonies of #000853
Complementary color
Monochromatic Colors of #000853
Black with #000853
Text Example
Text Example
White with #000853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000853; }
p { color: rgb(0,8,83); }
H1.HeaderClassName
{
color: #000853;
}
.AnyTagClassName
{
color: #000853;
}
</style>
background-color css
<style>
a { background-color: #000853; }
a { background-color: rgb(0,8,83); }
div.DivClassName
{
background-color: #000853;
}
.BgClassName
{
background-color: #000853;
}
</style>
border-color css
<style>
span { border-color: #000853; }
span { border-color: rgb(0,8,83); }
td.TdClassName
{
border-color: #000853;
}
.TagClassName
{
border-color: #000853;
}
</style>