Shades of Sapphire #0A2B59
Tints of Sapphire #0A2B59
RGB
CMYK
RGB Variations
Color information
#0A2B59 (or 0x0A2B59) is known color: Sapphire. HEX triplet: 0A, 2B and 59. RGB value is (10,43,89). Sum of RGB (Red+Green+Blue) = 10+43+89=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A2B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2B59 is #F5D4A6. Grayscale: #262626. Windows color (decimal): -16110759 or 5843722. OLE color: 5843722.
HSL color Cylindrical-coordinate representation of color #0A2B59: hue angle of 214.94º 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 #0A2B59 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 43 | 89 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.65 |
| HSL | 214.94º | 0.8% | 0.19% | - |
| HSV(B) | 214.94º | 0.89% | 0.35% | - |
| XYZ | 2.79 | 2.51 | 9.79 | - |
| YUV | 38.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 89 | 0.89 | 0.52 | 0 | 0.65 | 214.94 | 0.8 | 0.19 |
| Hex | A | 2B | 59 | 59 | 34 | 0 | 41 | D7 | 50 | 13 |
| Octal | 12 | 53 | 131 | 131 | 64 | 0 | 101 | 327 | 120 | 23 |
| Binary | 1010 | 101011 | 1011001 | 1011001 | 110100 | 0 | 1000001 | 11010111 | 1010000 | 10011 |
Color Harmonies of #0A2B59
Complementary color
Monochromatic Colors of #0A2B59
Black with #0A2B59
Text Example
Text Example
White with #0A2B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B59; }
p { color: rgb(10,43,89); }
H1.HeaderClassName
{
color: #0A2B59;
}
.AnyTagClassName
{
color: #0A2B59;
}
</style>
background-color css
<style>
a { background-color: #0A2B59; }
a { background-color: rgb(10,43,89); }
div.DivClassName
{
background-color: #0A2B59;
}
.BgClassName
{
background-color: #0A2B59;
}
</style>
border-color css
<style>
span { border-color: #0A2B59; }
span { border-color: rgb(10,43,89); }
td.TdClassName
{
border-color: #0A2B59;
}
.TagClassName
{
border-color: #0A2B59;
}
</style>