Shades of Sapphire #000A61
Tints of Sapphire #000A61
RGB
CMYK
RGB Variations
Color information
#000A61 (or 0x000A61) is known color: Sapphire. HEX triplet: 00, 0A and 61. RGB value is (0,10,97). Sum of RGB (Red+Green+Blue) = 0+10+97=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 97 (38.28% from 255 or 90.65% from 107); Max value from RGB is 97 - color contains mainly: blue. Hex color #000A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A61 is #FFF59E. Grayscale: #101010. Windows color (decimal): -16774559 or 6359552. OLE color: 6359552.
HSL color Cylindrical-coordinate representation of color #000A61: hue angle of 233.81º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A61 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 10 | 97 | - |
| CMYK | 1 | 0.90 | 0 | 0.62 |
| HSL | 233.81º | 1% | 0.19% | - |
| HSV(B) | 233.81º | 1% | 0.38% | - |
| XYZ | 2.27 | 1.08 | 11.4 | - |
| YUV | 16.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 97 | 1 | 0.90 | 0 | 0.62 | 233.81 | 1 | 0.19 |
| Hex | 0 | A | 61 | 64 | 5A | 0 | 3E | EA | 64 | 13 |
| Octal | 0 | 12 | 141 | 144 | 132 | 0 | 76 | 352 | 144 | 23 |
| Binary | 0 | 1010 | 1100001 | 1100100 | 1011010 | 0 | 111110 | 11101010 | 1100100 | 10011 |
Color Harmonies of #000A61
Complementary color
Monochromatic Colors of #000A61
Black with #000A61
Text Example
Text Example
White with #000A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A61; }
p { color: rgb(0,10,97); }
H1.HeaderClassName
{
color: #000A61;
}
.AnyTagClassName
{
color: #000A61;
}
</style>
background-color css
<style>
a { background-color: #000A61; }
a { background-color: rgb(0,10,97); }
div.DivClassName
{
background-color: #000A61;
}
.BgClassName
{
background-color: #000A61;
}
</style>
border-color css
<style>
span { border-color: #000A61; }
span { border-color: rgb(0,10,97); }
td.TdClassName
{
border-color: #000A61;
}
.TagClassName
{
border-color: #000A61;
}
</style>