Shades of Sapphire #000A59
Tints of Sapphire #000A59
RGB
CMYK
RGB Variations
Color information
#000A59 (or 0x000A59) is known color: Sapphire. HEX triplet: 00, 0A and 59. RGB value is (0,10,89). Sum of RGB (Red+Green+Blue) = 0+10+89=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #000A59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A59 is #FFF5A6. Grayscale: #0F0F0F. Windows color (decimal): -16774567 or 5835264. OLE color: 5835264.
HSL color Cylindrical-coordinate representation of color #000A59: hue angle of 233.26º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A59 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 10 | 89 | - |
| CMYK | 1 | 0.89 | 0 | 0.65 |
| HSL | 233.26º | 1% | 0.17% | - |
| HSV(B) | 233.26º | 1% | 0.35% | - |
| XYZ | 1.91 | 0.94 | 9.53 | - |
| YUV | 16.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 89 | 1 | 0.89 | 0 | 0.65 | 233.26 | 1 | 0.17 |
| Hex | 0 | A | 59 | 64 | 59 | 0 | 41 | E9 | 64 | 11 |
| Octal | 0 | 12 | 131 | 144 | 131 | 0 | 101 | 351 | 144 | 21 |
| Binary | 0 | 1010 | 1011001 | 1100100 | 1011001 | 0 | 1000001 | 11101001 | 1100100 | 10001 |
Color Harmonies of #000A59
Complementary color
Monochromatic Colors of #000A59
Black with #000A59
Text Example
Text Example
White with #000A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A59; }
p { color: rgb(0,10,89); }
H1.HeaderClassName
{
color: #000A59;
}
.AnyTagClassName
{
color: #000A59;
}
</style>
background-color css
<style>
a { background-color: #000A59; }
a { background-color: rgb(0,10,89); }
div.DivClassName
{
background-color: #000A59;
}
.BgClassName
{
background-color: #000A59;
}
</style>
border-color css
<style>
span { border-color: #000A59; }
span { border-color: rgb(0,10,89); }
td.TdClassName
{
border-color: #000A59;
}
.TagClassName
{
border-color: #000A59;
}
</style>