Shades of Sapphire #000A5D
Tints of Sapphire #000A5D
RGB
CMYK
RGB Variations
Color information
#000A5D (or 0x000A5D) is known color: Sapphire. HEX triplet: 00, 0A and 5D. RGB value is (0,10,93). Sum of RGB (Red+Green+Blue) = 0+10+93=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #000A5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A5D is #FFF5A2. Grayscale: #101010. Windows color (decimal): -16774563 or 6097408. OLE color: 6097408.
HSL color Cylindrical-coordinate representation of color #000A5D: hue angle of 233.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A5D is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 10 | 93 | - |
| CMYK | 1 | 0.89 | 0 | 0.64 |
| HSL | 233.55º | 1% | 0.18% | - |
| HSV(B) | 233.55º | 1% | 0.36% | - |
| XYZ | 2.08 | 1.01 | 10.44 | - |
| YUV | 16.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 93 | 1 | 0.89 | 0 | 0.64 | 233.55 | 1 | 0.18 |
| Hex | 0 | A | 5D | 64 | 59 | 0 | 40 | EA | 64 | 12 |
| Octal | 0 | 12 | 135 | 144 | 131 | 0 | 100 | 352 | 144 | 22 |
| Binary | 0 | 1010 | 1011101 | 1100100 | 1011001 | 0 | 1000000 | 11101010 | 1100100 | 10010 |
Color Harmonies of #000A5D
Complementary color
Monochromatic Colors of #000A5D
Black with #000A5D
Text Example
Text Example
White with #000A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A5D; }
p { color: rgb(0,10,93); }
H1.HeaderClassName
{
color: #000A5D;
}
.AnyTagClassName
{
color: #000A5D;
}
</style>
background-color css
<style>
a { background-color: #000A5D; }
a { background-color: rgb(0,10,93); }
div.DivClassName
{
background-color: #000A5D;
}
.BgClassName
{
background-color: #000A5D;
}
</style>
border-color css
<style>
span { border-color: #000A5D; }
span { border-color: rgb(0,10,93); }
td.TdClassName
{
border-color: #000A5D;
}
.TagClassName
{
border-color: #000A5D;
}
</style>