Shades of Sapphire #000A56
Tints of Sapphire #000A56
RGB
CMYK
RGB Variations
Color information
#000A56 (or 0x000A56) is known color: Sapphire. HEX triplet: 00, 0A and 56. RGB value is (0,10,86). Sum of RGB (Red+Green+Blue) = 0+10+86=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 86 (33.98% from 255 or 89.58% from 96); Max value from RGB is 86 - color contains mainly: blue. Hex color #000A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A56 is #FFF5A9. Grayscale: #0F0F0F. Windows color (decimal): -16774570 or 5638656. OLE color: 5638656.
HSL color Cylindrical-coordinate representation of color #000A56: hue angle of 233.02º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A56 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 10 | 86 | - |
| CMYK | 1 | 0.88 | 0 | 0.66 |
| HSL | 233.02º | 1% | 0.17% | - |
| HSV(B) | 233.02º | 1% | 0.34% | - |
| XYZ | 1.79 | 0.89 | 8.88 | - |
| YUV | 15.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 86 | 1 | 0.88 | 0 | 0.66 | 233.02 | 1 | 0.17 |
| Hex | 0 | A | 56 | 64 | 58 | 0 | 42 | E9 | 64 | 11 |
| Octal | 0 | 12 | 126 | 144 | 130 | 0 | 102 | 351 | 144 | 21 |
| Binary | 0 | 1010 | 1010110 | 1100100 | 1011000 | 0 | 1000010 | 11101001 | 1100100 | 10001 |
Color Harmonies of #000A56
Complementary color
Monochromatic Colors of #000A56
Black with #000A56
Text Example
Text Example
White with #000A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A56; }
p { color: rgb(0,10,86); }
H1.HeaderClassName
{
color: #000A56;
}
.AnyTagClassName
{
color: #000A56;
}
</style>
background-color css
<style>
a { background-color: #000A56; }
a { background-color: rgb(0,10,86); }
div.DivClassName
{
background-color: #000A56;
}
.BgClassName
{
background-color: #000A56;
}
</style>
border-color css
<style>
span { border-color: #000A56; }
span { border-color: rgb(0,10,86); }
td.TdClassName
{
border-color: #000A56;
}
.TagClassName
{
border-color: #000A56;
}
</style>