Shades of Sapphire #0A1851
Tints of Sapphire #0A1851
RGB
CMYK
RGB Variations
Color information
#0A1851 (or 0x0A1851) is known color: Sapphire. HEX triplet: 0A, 18 and 51. RGB value is (10,24,81). Sum of RGB (Red+Green+Blue) = 10+24+81=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A1851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1851 is #F5E7AE. Grayscale: #1A1A1A. Windows color (decimal): -16115631 or 5314570. OLE color: 5314570.
HSL color Cylindrical-coordinate representation of color #0A1851: hue angle of 228.17º 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 #0A1851 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 24 | 81 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.68 |
| HSL | 228.17º | 0.78% | 0.18% | - |
| HSV(B) | 228.17º | 0.88% | 0.32% | - |
| XYZ | 1.94 | 1.31 | 7.94 | - |
| YUV | 26.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 81 | 0.88 | 0.70 | 0 | 0.68 | 228.17 | 0.78 | 0.18 |
| Hex | A | 18 | 51 | 58 | 46 | 0 | 44 | E4 | 4E | 12 |
| Octal | 12 | 30 | 121 | 130 | 106 | 0 | 104 | 344 | 116 | 22 |
| Binary | 1010 | 11000 | 1010001 | 1011000 | 1000110 | 0 | 1000100 | 11100100 | 1001110 | 10010 |
Color Harmonies of #0A1851
Complementary color
Monochromatic Colors of #0A1851
Black with #0A1851
Text Example
Text Example
White with #0A1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1851; }
p { color: rgb(10,24,81); }
H1.HeaderClassName
{
color: #0A1851;
}
.AnyTagClassName
{
color: #0A1851;
}
</style>
background-color css
<style>
a { background-color: #0A1851; }
a { background-color: rgb(10,24,81); }
div.DivClassName
{
background-color: #0A1851;
}
.BgClassName
{
background-color: #0A1851;
}
</style>
border-color css
<style>
span { border-color: #0A1851; }
span { border-color: rgb(10,24,81); }
td.TdClassName
{
border-color: #0A1851;
}
.TagClassName
{
border-color: #0A1851;
}
</style>