Shades of Sapphire #000A5C
Tints of Sapphire #000A5C
RGB
CMYK
RGB Variations
Color information
#000A5C (or 0x000A5C) is known color: Sapphire. HEX triplet: 00, 0A and 5C. RGB value is (0,10,92). Sum of RGB (Red+Green+Blue) = 0+10+92=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 92 (36.33% from 255 or 90.20% from 102); Max value from RGB is 92 - color contains mainly: blue. Hex color #000A5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A5C is #FFF5A3. Grayscale: #101010. Windows color (decimal): -16774564 or 6031872. OLE color: 6031872.
HSL color Cylindrical-coordinate representation of color #000A5C: hue angle of 233.48º 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 #000A5C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 10 | 92 | - |
| CMYK | 1 | 0.89 | 0 | 0.64 |
| HSL | 233.48º | 1% | 0.18% | - |
| HSV(B) | 233.48º | 1% | 0.36% | - |
| XYZ | 2.04 | 0.99 | 10.21 | - |
| YUV | 16.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 92 | 1 | 0.89 | 0 | 0.64 | 233.48 | 1 | 0.18 |
| Hex | 0 | A | 5C | 64 | 59 | 0 | 40 | E9 | 64 | 12 |
| Octal | 0 | 12 | 134 | 144 | 131 | 0 | 100 | 351 | 144 | 22 |
| Binary | 0 | 1010 | 1011100 | 1100100 | 1011001 | 0 | 1000000 | 11101001 | 1100100 | 10010 |
Color Harmonies of #000A5C
Complementary color
Monochromatic Colors of #000A5C
Black with #000A5C
Text Example
Text Example
White with #000A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A5C; }
p { color: rgb(0,10,92); }
H1.HeaderClassName
{
color: #000A5C;
}
.AnyTagClassName
{
color: #000A5C;
}
</style>
background-color css
<style>
a { background-color: #000A5C; }
a { background-color: rgb(0,10,92); }
div.DivClassName
{
background-color: #000A5C;
}
.BgClassName
{
background-color: #000A5C;
}
</style>
border-color css
<style>
span { border-color: #000A5C; }
span { border-color: rgb(0,10,92); }
td.TdClassName
{
border-color: #000A5C;
}
.TagClassName
{
border-color: #000A5C;
}
</style>