Shades of Sapphire #0A2259
Tints of Sapphire #0A2259
RGB
CMYK
RGB Variations
Color information
#0A2259 (or 0x0A2259) is known color: Sapphire. HEX triplet: 0A, 22 and 59. RGB value is (10,34,89). Sum of RGB (Red+Green+Blue) = 10+34+89=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A2259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2259 is #F5DDA6. Grayscale: #202020. Windows color (decimal): -16113063 or 5841418. OLE color: 5841418.
HSL color Cylindrical-coordinate representation of color #0A2259: hue angle of 221.77º 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 #0A2259 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 34 | 89 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.65 |
| HSL | 221.77º | 0.8% | 0.19% | - |
| HSV(B) | 221.77º | 0.89% | 0.35% | - |
| XYZ | 2.5 | 1.93 | 9.69 | - |
| YUV | 33.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 89 | 0.89 | 0.62 | 0 | 0.65 | 221.77 | 0.8 | 0.19 |
| Hex | A | 22 | 59 | 59 | 3E | 0 | 41 | DE | 50 | 13 |
| Octal | 12 | 42 | 131 | 131 | 76 | 0 | 101 | 336 | 120 | 23 |
| Binary | 1010 | 100010 | 1011001 | 1011001 | 111110 | 0 | 1000001 | 11011110 | 1010000 | 10011 |
Color Harmonies of #0A2259
Complementary color
Monochromatic Colors of #0A2259
Black with #0A2259
Text Example
Text Example
White with #0A2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2259; }
p { color: rgb(10,34,89); }
H1.HeaderClassName
{
color: #0A2259;
}
.AnyTagClassName
{
color: #0A2259;
}
</style>
background-color css
<style>
a { background-color: #0A2259; }
a { background-color: rgb(10,34,89); }
div.DivClassName
{
background-color: #0A2259;
}
.BgClassName
{
background-color: #0A2259;
}
</style>
border-color css
<style>
span { border-color: #0A2259; }
span { border-color: rgb(10,34,89); }
td.TdClassName
{
border-color: #0A2259;
}
.TagClassName
{
border-color: #0A2259;
}
</style>