Shades of Sapphire #0A1759
Tints of Sapphire #0A1759
RGB
CMYK
RGB Variations
Color information
#0A1759 (or 0x0A1759) is known color: Sapphire. HEX triplet: 0A, 17 and 59. RGB value is (10,23,89). Sum of RGB (Red+Green+Blue) = 10+23+89=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A1759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1759 is #F5E8A6. Grayscale: #1A1A1A. Windows color (decimal): -16115879 or 5838602. OLE color: 5838602.
HSL color Cylindrical-coordinate representation of color #0A1759: hue angle of 230.13º 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 #0A1759 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 23 | 89 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.65 |
| HSL | 230.13º | 0.8% | 0.19% | - |
| HSV(B) | 230.13º | 0.89% | 0.35% | - |
| XYZ | 2.23 | 1.4 | 9.6 | - |
| YUV | 26.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 89 | 0.89 | 0.74 | 0 | 0.65 | 230.13 | 0.8 | 0.19 |
| Hex | A | 17 | 59 | 59 | 4A | 0 | 41 | E6 | 50 | 13 |
| Octal | 12 | 27 | 131 | 131 | 112 | 0 | 101 | 346 | 120 | 23 |
| Binary | 1010 | 10111 | 1011001 | 1011001 | 1001010 | 0 | 1000001 | 11100110 | 1010000 | 10011 |
Color Harmonies of #0A1759
Complementary color
Monochromatic Colors of #0A1759
Black with #0A1759
Text Example
Text Example
White with #0A1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1759; }
p { color: rgb(10,23,89); }
H1.HeaderClassName
{
color: #0A1759;
}
.AnyTagClassName
{
color: #0A1759;
}
</style>
background-color css
<style>
a { background-color: #0A1759; }
a { background-color: rgb(10,23,89); }
div.DivClassName
{
background-color: #0A1759;
}
.BgClassName
{
background-color: #0A1759;
}
</style>
border-color css
<style>
span { border-color: #0A1759; }
span { border-color: rgb(10,23,89); }
td.TdClassName
{
border-color: #0A1759;
}
.TagClassName
{
border-color: #0A1759;
}
</style>