Shades of Sapphire #0A2063
Tints of Sapphire #0A2063
RGB
CMYK
RGB Variations
Color information
#0A2063 (or 0x0A2063) is known color: Sapphire. HEX triplet: 0A, 20 and 63. RGB value is (10,32,99). Sum of RGB (Red+Green+Blue) = 10+32+99=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2063 is #F5DF9C. Grayscale: #202020. Windows color (decimal): -16113565 or 6496266. OLE color: 6496266.
HSL color Cylindrical-coordinate representation of color #0A2063: hue angle of 225.17º 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 #0A2063 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 32 | 99 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.61 |
| HSL | 225.17º | 0.82% | 0.21% | - |
| HSV(B) | 225.17º | 0.9% | 0.39% | - |
| XYZ | 2.89 | 2 | 12.04 | - |
| YUV | 33.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 99 | 0.90 | 0.68 | 0 | 0.61 | 225.17 | 0.82 | 0.21 |
| Hex | A | 20 | 63 | 5A | 44 | 0 | 3D | E1 | 52 | 15 |
| Octal | 12 | 40 | 143 | 132 | 104 | 0 | 75 | 341 | 122 | 25 |
| Binary | 1010 | 100000 | 1100011 | 1011010 | 1000100 | 0 | 111101 | 11100001 | 1010010 | 10101 |
Color Harmonies of #0A2063
Complementary color
Monochromatic Colors of #0A2063
Black with #0A2063
Text Example
Text Example
White with #0A2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2063; }
p { color: rgb(10,32,99); }
H1.HeaderClassName
{
color: #0A2063;
}
.AnyTagClassName
{
color: #0A2063;
}
</style>
background-color css
<style>
a { background-color: #0A2063; }
a { background-color: rgb(10,32,99); }
div.DivClassName
{
background-color: #0A2063;
}
.BgClassName
{
background-color: #0A2063;
}
</style>
border-color css
<style>
span { border-color: #0A2063; }
span { border-color: rgb(10,32,99); }
td.TdClassName
{
border-color: #0A2063;
}
.TagClassName
{
border-color: #0A2063;
}
</style>