Shades of Sapphire #0A2656
Tints of Sapphire #0A2656
RGB
CMYK
RGB Variations
Color information
#0A2656 (or 0x0A2656) is known color: Sapphire. HEX triplet: 0A, 26 and 56. RGB value is (10,38,86). Sum of RGB (Red+Green+Blue) = 10+38+86=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A2656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2656 is #F5D9A9. Grayscale: #222222. Windows color (decimal): -16112042 or 5645834. OLE color: 5645834.
HSL color Cylindrical-coordinate representation of color #0A2656: hue angle of 217.89º 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 #0A2656 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 38 | 86 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.66 |
| HSL | 217.89º | 0.79% | 0.19% | - |
| HSV(B) | 217.89º | 0.88% | 0.34% | - |
| XYZ | 2.5 | 2.12 | 9.08 | - |
| YUV | 35.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 86 | 0.88 | 0.56 | 0 | 0.66 | 217.89 | 0.79 | 0.19 |
| Hex | A | 26 | 56 | 58 | 38 | 0 | 42 | DA | 4F | 13 |
| Octal | 12 | 46 | 126 | 130 | 70 | 0 | 102 | 332 | 117 | 23 |
| Binary | 1010 | 100110 | 1010110 | 1011000 | 111000 | 0 | 1000010 | 11011010 | 1001111 | 10011 |
Color Harmonies of #0A2656
Complementary color
Monochromatic Colors of #0A2656
Black with #0A2656
Text Example
Text Example
White with #0A2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2656; }
p { color: rgb(10,38,86); }
H1.HeaderClassName
{
color: #0A2656;
}
.AnyTagClassName
{
color: #0A2656;
}
</style>
background-color css
<style>
a { background-color: #0A2656; }
a { background-color: rgb(10,38,86); }
div.DivClassName
{
background-color: #0A2656;
}
.BgClassName
{
background-color: #0A2656;
}
</style>
border-color css
<style>
span { border-color: #0A2656; }
span { border-color: rgb(10,38,86); }
td.TdClassName
{
border-color: #0A2656;
}
.TagClassName
{
border-color: #0A2656;
}
</style>