Shades of Sapphire #0A1A56
Tints of Sapphire #0A1A56
RGB
CMYK
RGB Variations
Color information
#0A1A56 (or 0x0A1A56) is known color: Sapphire. HEX triplet: 0A, 1A and 56. RGB value is (10,26,86). Sum of RGB (Red+Green+Blue) = 10+26+86=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1A56 is #F5E5A9. Grayscale: #1B1B1B. Windows color (decimal): -16115114 or 5642762. OLE color: 5642762.
HSL color Cylindrical-coordinate representation of color #0A1A56: hue angle of 227.37º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1A56 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 26 | 86 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.66 |
| HSL | 227.37º | 0.79% | 0.19% | - |
| HSV(B) | 227.37º | 0.88% | 0.34% | - |
| XYZ | 2.17 | 1.48 | 8.97 | - |
| YUV | 28.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 86 | 0.88 | 0.70 | 0 | 0.66 | 227.37 | 0.79 | 0.19 |
| Hex | A | 1A | 56 | 58 | 46 | 0 | 42 | E3 | 4F | 13 |
| Octal | 12 | 32 | 126 | 130 | 106 | 0 | 102 | 343 | 117 | 23 |
| Binary | 1010 | 11010 | 1010110 | 1011000 | 1000110 | 0 | 1000010 | 11100011 | 1001111 | 10011 |
Color Harmonies of #0A1A56
Complementary color
Monochromatic Colors of #0A1A56
Black with #0A1A56
Text Example
Text Example
White with #0A1A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A56; }
p { color: rgb(10,26,86); }
H1.HeaderClassName
{
color: #0A1A56;
}
.AnyTagClassName
{
color: #0A1A56;
}
</style>
background-color css
<style>
a { background-color: #0A1A56; }
a { background-color: rgb(10,26,86); }
div.DivClassName
{
background-color: #0A1A56;
}
.BgClassName
{
background-color: #0A1A56;
}
</style>
border-color css
<style>
span { border-color: #0A1A56; }
span { border-color: rgb(10,26,86); }
td.TdClassName
{
border-color: #0A1A56;
}
.TagClassName
{
border-color: #0A1A56;
}
</style>