Shades of Sapphire #0A2869
Tints of Sapphire #0A2869
RGB
CMYK
RGB Variations
Color information
#0A2869 (or 0x0A2869) is known color: Sapphire. HEX triplet: 0A, 28 and 69. RGB value is (10,40,105). Sum of RGB (Red+Green+Blue) = 10+40+105=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A2869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2869 is #F5D796. Grayscale: #262626. Windows color (decimal): -16111511 or 6891530. OLE color: 6891530.
HSL color Cylindrical-coordinate representation of color #0A2869: hue angle of 221.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2869 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 40 | 105 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.59 |
| HSL | 221.05º | 0.83% | 0.23% | - |
| HSV(B) | 221.05º | 0.9% | 0.41% | - |
| XYZ | 3.43 | 2.6 | 13.69 | - |
| YUV | 38.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 105 | 0.90 | 0.62 | 0 | 0.59 | 221.05 | 0.83 | 0.23 |
| Hex | A | 28 | 69 | 5A | 3E | 0 | 3B | DD | 53 | 17 |
| Octal | 12 | 50 | 151 | 132 | 76 | 0 | 73 | 335 | 123 | 27 |
| Binary | 1010 | 101000 | 1101001 | 1011010 | 111110 | 0 | 111011 | 11011101 | 1010011 | 10111 |
Color Harmonies of #0A2869
Complementary color
Monochromatic Colors of #0A2869
Black with #0A2869
Text Example
Text Example
White with #0A2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2869; }
p { color: rgb(10,40,105); }
H1.HeaderClassName
{
color: #0A2869;
}
.AnyTagClassName
{
color: #0A2869;
}
</style>
background-color css
<style>
a { background-color: #0A2869; }
a { background-color: rgb(10,40,105); }
div.DivClassName
{
background-color: #0A2869;
}
.BgClassName
{
background-color: #0A2869;
}
</style>
border-color css
<style>
span { border-color: #0A2869; }
span { border-color: rgb(10,40,105); }
td.TdClassName
{
border-color: #0A2869;
}
.TagClassName
{
border-color: #0A2869;
}
</style>