Shades of Sapphire #0A2958
Tints of Sapphire #0A2958
RGB
CMYK
RGB Variations
Color information
#0A2958 (or 0x0A2958) is known color: Sapphire. HEX triplet: 0A, 29 and 58. RGB value is (10,41,88). Sum of RGB (Red+Green+Blue) = 10+41+88=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A2958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2958 is #F5D6A7. Grayscale: #242424. Windows color (decimal): -16111272 or 5777674. OLE color: 5777674.
HSL color Cylindrical-coordinate representation of color #0A2958: hue angle of 216.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2958 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 41 | 88 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.65 |
| HSL | 216.15º | 0.8% | 0.19% | - |
| HSV(B) | 216.15º | 0.89% | 0.35% | - |
| XYZ | 2.68 | 2.35 | 9.55 | - |
| YUV | 37.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 88 | 0.89 | 0.53 | 0 | 0.65 | 216.15 | 0.8 | 0.19 |
| Hex | A | 29 | 58 | 59 | 35 | 0 | 41 | D8 | 50 | 13 |
| Octal | 12 | 51 | 130 | 131 | 65 | 0 | 101 | 330 | 120 | 23 |
| Binary | 1010 | 101001 | 1011000 | 1011001 | 110101 | 0 | 1000001 | 11011000 | 1010000 | 10011 |
Color Harmonies of #0A2958
Complementary color
Monochromatic Colors of #0A2958
Black with #0A2958
Text Example
Text Example
White with #0A2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2958; }
p { color: rgb(10,41,88); }
H1.HeaderClassName
{
color: #0A2958;
}
.AnyTagClassName
{
color: #0A2958;
}
</style>
background-color css
<style>
a { background-color: #0A2958; }
a { background-color: rgb(10,41,88); }
div.DivClassName
{
background-color: #0A2958;
}
.BgClassName
{
background-color: #0A2958;
}
</style>
border-color css
<style>
span { border-color: #0A2958; }
span { border-color: rgb(10,41,88); }
td.TdClassName
{
border-color: #0A2958;
}
.TagClassName
{
border-color: #0A2958;
}
</style>