Shades of Sapphire #0A2661
Tints of Sapphire #0A2661
RGB
CMYK
RGB Variations
Color information
#0A2661 (or 0x0A2661) is known color: Sapphire. HEX triplet: 0A, 26 and 61. RGB value is (10,38,97). Sum of RGB (Red+Green+Blue) = 10+38+97=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A2661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2661 is #F5D99E. Grayscale: #242424. Windows color (decimal): -16112031 or 6366730. OLE color: 6366730.
HSL color Cylindrical-coordinate representation of color #0A2661: hue angle of 220.69º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2661 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 38 | 97 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.62 |
| HSL | 220.69º | 0.81% | 0.21% | - |
| HSV(B) | 220.69º | 0.9% | 0.38% | - |
| XYZ | 2.98 | 2.31 | 11.6 | - |
| YUV | 36.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 97 | 0.90 | 0.61 | 0 | 0.62 | 220.69 | 0.81 | 0.21 |
| Hex | A | 26 | 61 | 5A | 3D | 0 | 3E | DD | 51 | 15 |
| Octal | 12 | 46 | 141 | 132 | 75 | 0 | 76 | 335 | 121 | 25 |
| Binary | 1010 | 100110 | 1100001 | 1011010 | 111101 | 0 | 111110 | 11011101 | 1010001 | 10101 |
Color Harmonies of #0A2661
Complementary color
Monochromatic Colors of #0A2661
Black with #0A2661
Text Example
Text Example
White with #0A2661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2661; }
p { color: rgb(10,38,97); }
H1.HeaderClassName
{
color: #0A2661;
}
.AnyTagClassName
{
color: #0A2661;
}
</style>
background-color css
<style>
a { background-color: #0A2661; }
a { background-color: rgb(10,38,97); }
div.DivClassName
{
background-color: #0A2661;
}
.BgClassName
{
background-color: #0A2661;
}
</style>
border-color css
<style>
span { border-color: #0A2661; }
span { border-color: rgb(10,38,97); }
td.TdClassName
{
border-color: #0A2661;
}
.TagClassName
{
border-color: #0A2661;
}
</style>