Shades of Sapphire #0A2963
Tints of Sapphire #0A2963
RGB
CMYK
RGB Variations
Color information
#0A2963 (or 0x0A2963) is known color: Sapphire. HEX triplet: 0A, 29 and 63. RGB value is (10,41,99). Sum of RGB (Red+Green+Blue) = 10+41+99=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2963 is #F5D69C. Grayscale: #262626. Windows color (decimal): -16111261 or 6498570. OLE color: 6498570.
HSL color Cylindrical-coordinate representation of color #0A2963: hue angle of 219.1º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2963 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 41 | 99 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.61 |
| HSL | 219.1º | 0.82% | 0.21% | - |
| HSV(B) | 219.1º | 0.9% | 0.39% | - |
| XYZ | 3.17 | 2.55 | 12.13 | - |
| YUV | 38.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 99 | 0.90 | 0.59 | 0 | 0.61 | 219.1 | 0.82 | 0.21 |
| Hex | A | 29 | 63 | 5A | 3B | 0 | 3D | DB | 52 | 15 |
| Octal | 12 | 51 | 143 | 132 | 73 | 0 | 75 | 333 | 122 | 25 |
| Binary | 1010 | 101001 | 1100011 | 1011010 | 111011 | 0 | 111101 | 11011011 | 1010010 | 10101 |
Color Harmonies of #0A2963
Complementary color
Monochromatic Colors of #0A2963
Black with #0A2963
Text Example
Text Example
White with #0A2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2963; }
p { color: rgb(10,41,99); }
H1.HeaderClassName
{
color: #0A2963;
}
.AnyTagClassName
{
color: #0A2963;
}
</style>
background-color css
<style>
a { background-color: #0A2963; }
a { background-color: rgb(10,41,99); }
div.DivClassName
{
background-color: #0A2963;
}
.BgClassName
{
background-color: #0A2963;
}
</style>
border-color css
<style>
span { border-color: #0A2963; }
span { border-color: rgb(10,41,99); }
td.TdClassName
{
border-color: #0A2963;
}
.TagClassName
{
border-color: #0A2963;
}
</style>