Shades of Sapphire #0A1951
Tints of Sapphire #0A1951
RGB
CMYK
RGB Variations
Color information
#0A1951 (or 0x0A1951) is known color: Sapphire. HEX triplet: 0A, 19 and 51. RGB value is (10,25,81). Sum of RGB (Red+Green+Blue) = 10+25+81=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A1951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1951 is #F5E6AE. Grayscale: #1A1A1A. Windows color (decimal): -16115375 or 5314826. OLE color: 5314826.
HSL color Cylindrical-coordinate representation of color #0A1951: hue angle of 227.32º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1951 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 25 | 81 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.68 |
| HSL | 227.32º | 0.78% | 0.18% | - |
| HSV(B) | 227.32º | 0.88% | 0.32% | - |
| XYZ | 1.96 | 1.35 | 7.94 | - |
| YUV | 26.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 81 | 0.88 | 0.69 | 0 | 0.68 | 227.32 | 0.78 | 0.18 |
| Hex | A | 19 | 51 | 58 | 45 | 0 | 44 | E3 | 4E | 12 |
| Octal | 12 | 31 | 121 | 130 | 105 | 0 | 104 | 343 | 116 | 22 |
| Binary | 1010 | 11001 | 1010001 | 1011000 | 1000101 | 0 | 1000100 | 11100011 | 1001110 | 10010 |
Color Harmonies of #0A1951
Complementary color
Monochromatic Colors of #0A1951
Black with #0A1951
Text Example
Text Example
White with #0A1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1951; }
p { color: rgb(10,25,81); }
H1.HeaderClassName
{
color: #0A1951;
}
.AnyTagClassName
{
color: #0A1951;
}
</style>
background-color css
<style>
a { background-color: #0A1951; }
a { background-color: rgb(10,25,81); }
div.DivClassName
{
background-color: #0A1951;
}
.BgClassName
{
background-color: #0A1951;
}
</style>
border-color css
<style>
span { border-color: #0A1951; }
span { border-color: rgb(10,25,81); }
td.TdClassName
{
border-color: #0A1951;
}
.TagClassName
{
border-color: #0A1951;
}
</style>