Shades of Sapphire #000A53
Tints of Sapphire #000A53
RGB
CMYK
RGB Variations
Color information
#000A53 (or 0x000A53) is known color: Sapphire. HEX triplet: 00, 0A and 53. RGB value is (0,10,83). Sum of RGB (Red+Green+Blue) = 0+10+83=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 10 (4.30% from 255 or 10.75% 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 #000A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A53 is #FFF5AC. Grayscale: #0F0F0F. Windows color (decimal): -16774573 or 5442048. OLE color: 5442048.
HSL color Cylindrical-coordinate representation of color #000A53: hue angle of 232.77º 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 #000A53 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 10 | 83 | - |
| CMYK | 1 | 0.88 | 0 | 0.67 |
| HSL | 232.77º | 1% | 0.16% | - |
| HSV(B) | 232.77º | 1% | 0.33% | - |
| XYZ | 1.67 | 0.84 | 8.26 | - |
| YUV | 15.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 83 | 1 | 0.88 | 0 | 0.67 | 232.77 | 1 | 0.16 |
| Hex | 0 | A | 53 | 64 | 58 | 0 | 43 | E9 | 64 | 10 |
| Octal | 0 | 12 | 123 | 144 | 130 | 0 | 103 | 351 | 144 | 20 |
| Binary | 0 | 1010 | 1010011 | 1100100 | 1011000 | 0 | 1000011 | 11101001 | 1100100 | 10000 |
Color Harmonies of #000A53
Complementary color
Monochromatic Colors of #000A53
Black with #000A53
Text Example
Text Example
White with #000A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A53; }
p { color: rgb(0,10,83); }
H1.HeaderClassName
{
color: #000A53;
}
.AnyTagClassName
{
color: #000A53;
}
</style>
background-color css
<style>
a { background-color: #000A53; }
a { background-color: rgb(0,10,83); }
div.DivClassName
{
background-color: #000A53;
}
.BgClassName
{
background-color: #000A53;
}
</style>
border-color css
<style>
span { border-color: #000A53; }
span { border-color: rgb(0,10,83); }
td.TdClassName
{
border-color: #000A53;
}
.TagClassName
{
border-color: #000A53;
}
</style>