Shades of Sapphire #0A2863
Tints of Sapphire #0A2863
RGB
CMYK
RGB Variations
Color information
#0A2863 (or 0x0A2863) is known color: Sapphire. HEX triplet: 0A, 28 and 63. RGB value is (10,40,99). Sum of RGB (Red+Green+Blue) = 10+40+99=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2863 is #F5D79C. Grayscale: #252525. Windows color (decimal): -16111517 or 6498314. OLE color: 6498314.
HSL color Cylindrical-coordinate representation of color #0A2863: hue angle of 219.78º 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 #0A2863 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 40 | 99 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.61 |
| HSL | 219.78º | 0.82% | 0.21% | - |
| HSV(B) | 219.78º | 0.9% | 0.39% | - |
| XYZ | 3.14 | 2.48 | 12.12 | - |
| YUV | 37.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 99 | 0.90 | 0.60 | 0 | 0.61 | 219.78 | 0.82 | 0.21 |
| Hex | A | 28 | 63 | 5A | 3C | 0 | 3D | DC | 52 | 15 |
| Octal | 12 | 50 | 143 | 132 | 74 | 0 | 75 | 334 | 122 | 25 |
| Binary | 1010 | 101000 | 1100011 | 1011010 | 111100 | 0 | 111101 | 11011100 | 1010010 | 10101 |
Color Harmonies of #0A2863
Complementary color
Monochromatic Colors of #0A2863
Black with #0A2863
Text Example
Text Example
White with #0A2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2863; }
p { color: rgb(10,40,99); }
H1.HeaderClassName
{
color: #0A2863;
}
.AnyTagClassName
{
color: #0A2863;
}
</style>
background-color css
<style>
a { background-color: #0A2863; }
a { background-color: rgb(10,40,99); }
div.DivClassName
{
background-color: #0A2863;
}
.BgClassName
{
background-color: #0A2863;
}
</style>
border-color css
<style>
span { border-color: #0A2863; }
span { border-color: rgb(10,40,99); }
td.TdClassName
{
border-color: #0A2863;
}
.TagClassName
{
border-color: #0A2863;
}
</style>