Shades of Sapphire #0A2651
Tints of Sapphire #0A2651
RGB
CMYK
RGB Variations
Color information
#0A2651 (or 0x0A2651) is known color: Sapphire. HEX triplet: 0A, 26 and 51. RGB value is (10,38,81). Sum of RGB (Red+Green+Blue) = 10+38+81=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A2651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2651 is #F5D9AE. Grayscale: #222222. Windows color (decimal): -16112047 or 5318154. OLE color: 5318154.
HSL color Cylindrical-coordinate representation of color #0A2651: hue angle of 216.34º 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 #0A2651 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 38 | 81 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.68 |
| HSL | 216.34º | 0.78% | 0.18% | - |
| HSV(B) | 216.34º | 0.88% | 0.32% | - |
| XYZ | 2.3 | 2.04 | 8.06 | - |
| YUV | 34.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 81 | 0.88 | 0.53 | 0 | 0.68 | 216.34 | 0.78 | 0.18 |
| Hex | A | 26 | 51 | 58 | 35 | 0 | 44 | D8 | 4E | 12 |
| Octal | 12 | 46 | 121 | 130 | 65 | 0 | 104 | 330 | 116 | 22 |
| Binary | 1010 | 100110 | 1010001 | 1011000 | 110101 | 0 | 1000100 | 11011000 | 1001110 | 10010 |
Color Harmonies of #0A2651
Complementary color
Monochromatic Colors of #0A2651
Black with #0A2651
Text Example
Text Example
White with #0A2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2651; }
p { color: rgb(10,38,81); }
H1.HeaderClassName
{
color: #0A2651;
}
.AnyTagClassName
{
color: #0A2651;
}
</style>
background-color css
<style>
a { background-color: #0A2651; }
a { background-color: rgb(10,38,81); }
div.DivClassName
{
background-color: #0A2651;
}
.BgClassName
{
background-color: #0A2651;
}
</style>
border-color css
<style>
span { border-color: #0A2651; }
span { border-color: rgb(10,38,81); }
td.TdClassName
{
border-color: #0A2651;
}
.TagClassName
{
border-color: #0A2651;
}
</style>