Shades of Sapphire #0A295F
Tints of Sapphire #0A295F
RGB
CMYK
RGB Variations
Color information
#0A295F (or 0x0A295F) is known color: Sapphire. HEX triplet: 0A, 29 and 5F. RGB value is (10,41,95). Sum of RGB (Red+Green+Blue) = 10+41+95=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A295F is #F5D6A0. Grayscale: #252525. Windows color (decimal): -16111265 or 6236426. OLE color: 6236426.
HSL color Cylindrical-coordinate representation of color #0A295F: hue angle of 218.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A295F is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 41 | 95 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.63 |
| HSL | 218.12º | 0.81% | 0.21% | - |
| HSV(B) | 218.12º | 0.89% | 0.37% | - |
| XYZ | 2.98 | 2.48 | 11.15 | - |
| YUV | 37.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 95 | 0.89 | 0.57 | 0 | 0.63 | 218.12 | 0.81 | 0.21 |
| Hex | A | 29 | 5F | 59 | 39 | 0 | 3F | DA | 51 | 15 |
| Octal | 12 | 51 | 137 | 131 | 71 | 0 | 77 | 332 | 121 | 25 |
| Binary | 1010 | 101001 | 1011111 | 1011001 | 111001 | 0 | 111111 | 11011010 | 1010001 | 10101 |
Color Harmonies of #0A295F
Complementary color
Monochromatic Colors of #0A295F
Black with #0A295F
Text Example
Text Example
White with #0A295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A295F; }
p { color: rgb(10,41,95); }
H1.HeaderClassName
{
color: #0A295F;
}
.AnyTagClassName
{
color: #0A295F;
}
</style>
background-color css
<style>
a { background-color: #0A295F; }
a { background-color: rgb(10,41,95); }
div.DivClassName
{
background-color: #0A295F;
}
.BgClassName
{
background-color: #0A295F;
}
</style>
border-color css
<style>
span { border-color: #0A295F; }
span { border-color: rgb(10,41,95); }
td.TdClassName
{
border-color: #0A295F;
}
.TagClassName
{
border-color: #0A295F;
}
</style>