Shades of Sapphire #0A2073
Tints of Sapphire #0A2073
RGB
CMYK
RGB Variations
Color information
#0A2073 (or 0x0A2073) is known color: Sapphire. HEX triplet: 0A, 20 and 73. RGB value is (10,32,115). Sum of RGB (Red+Green+Blue) = 10+32+115=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A2073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2073 is #F5DF8C. Grayscale: #222222. Windows color (decimal): -16113549 or 7544842. OLE color: 7544842.
HSL color Cylindrical-coordinate representation of color #0A2073: hue angle of 227.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2073 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 32 | 115 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.55 |
| HSL | 227.43º | 0.84% | 0.25% | - |
| HSV(B) | 227.43º | 0.91% | 0.45% | - |
| XYZ | 3.74 | 2.34 | 16.47 | - |
| YUV | 34.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 115 | 0.91 | 0.72 | 0 | 0.55 | 227.43 | 0.84 | 0.25 |
| Hex | A | 20 | 73 | 5B | 48 | 0 | 37 | E3 | 54 | 19 |
| Octal | 12 | 40 | 163 | 133 | 110 | 0 | 67 | 343 | 124 | 31 |
| Binary | 1010 | 100000 | 1110011 | 1011011 | 1001000 | 0 | 110111 | 11100011 | 1010100 | 11001 |
Color Harmonies of #0A2073
Complementary color
Monochromatic Colors of #0A2073
Black with #0A2073
Text Example
Text Example
White with #0A2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2073; }
p { color: rgb(10,32,115); }
H1.HeaderClassName
{
color: #0A2073;
}
.AnyTagClassName
{
color: #0A2073;
}
</style>
background-color css
<style>
a { background-color: #0A2073; }
a { background-color: rgb(10,32,115); }
div.DivClassName
{
background-color: #0A2073;
}
.BgClassName
{
background-color: #0A2073;
}
</style>
border-color css
<style>
span { border-color: #0A2073; }
span { border-color: rgb(10,32,115); }
td.TdClassName
{
border-color: #0A2073;
}
.TagClassName
{
border-color: #0A2073;
}
</style>