Shades of Sapphire #0A1656
Tints of Sapphire #0A1656
RGB
CMYK
RGB Variations
Color information
#0A1656 (or 0x0A1656) is known color: Sapphire. HEX triplet: 0A, 16 and 56. RGB value is (10,22,86). Sum of RGB (Red+Green+Blue) = 10+22+86=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1656 is #F5E9A9. Grayscale: #191919. Windows color (decimal): -16116138 or 5641738. OLE color: 5641738.
HSL color Cylindrical-coordinate representation of color #0A1656: hue angle of 230.53º 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 #0A1656 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 22 | 86 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.66 |
| HSL | 230.53º | 0.79% | 0.19% | - |
| HSV(B) | 230.53º | 0.88% | 0.34% | - |
| XYZ | 2.09 | 1.31 | 8.95 | - |
| YUV | 25.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 86 | 0.88 | 0.74 | 0 | 0.66 | 230.53 | 0.79 | 0.19 |
| Hex | A | 16 | 56 | 58 | 4A | 0 | 42 | E7 | 4F | 13 |
| Octal | 12 | 26 | 126 | 130 | 112 | 0 | 102 | 347 | 117 | 23 |
| Binary | 1010 | 10110 | 1010110 | 1011000 | 1001010 | 0 | 1000010 | 11100111 | 1001111 | 10011 |
Color Harmonies of #0A1656
Complementary color
Monochromatic Colors of #0A1656
Black with #0A1656
Text Example
Text Example
White with #0A1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1656; }
p { color: rgb(10,22,86); }
H1.HeaderClassName
{
color: #0A1656;
}
.AnyTagClassName
{
color: #0A1656;
}
</style>
background-color css
<style>
a { background-color: #0A1656; }
a { background-color: rgb(10,22,86); }
div.DivClassName
{
background-color: #0A1656;
}
.BgClassName
{
background-color: #0A1656;
}
</style>
border-color css
<style>
span { border-color: #0A1656; }
span { border-color: rgb(10,22,86); }
td.TdClassName
{
border-color: #0A1656;
}
.TagClassName
{
border-color: #0A1656;
}
</style>