Shades of Sapphire #0A2066
Tints of Sapphire #0A2066
RGB
CMYK
RGB Variations
Color information
#0A2066 (or 0x0A2066) is known color: Sapphire. HEX triplet: 0A, 20 and 66. RGB value is (10,32,102). Sum of RGB (Red+Green+Blue) = 10+32+102=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A2066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2066 is #F5DF99. Grayscale: #212121. Windows color (decimal): -16113562 or 6692874. OLE color: 6692874.
HSL color Cylindrical-coordinate representation of color #0A2066: hue angle of 225.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2066 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 32 | 102 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.6 |
| HSL | 225.65º | 0.82% | 0.22% | - |
| HSV(B) | 225.65º | 0.9% | 0.4% | - |
| XYZ | 3.04 | 2.06 | 12.81 | - |
| YUV | 33.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 102 | 0.90 | 0.69 | 0 | 0.6 | 225.65 | 0.82 | 0.22 |
| Hex | A | 20 | 66 | 5A | 45 | 0 | 3C | E2 | 52 | 16 |
| Octal | 12 | 40 | 146 | 132 | 105 | 0 | 74 | 342 | 122 | 26 |
| Binary | 1010 | 100000 | 1100110 | 1011010 | 1000101 | 0 | 111100 | 11100010 | 1010010 | 10110 |
Color Harmonies of #0A2066
Complementary color
Monochromatic Colors of #0A2066
Black with #0A2066
Text Example
Text Example
White with #0A2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2066; }
p { color: rgb(10,32,102); }
H1.HeaderClassName
{
color: #0A2066;
}
.AnyTagClassName
{
color: #0A2066;
}
</style>
background-color css
<style>
a { background-color: #0A2066; }
a { background-color: rgb(10,32,102); }
div.DivClassName
{
background-color: #0A2066;
}
.BgClassName
{
background-color: #0A2066;
}
</style>
border-color css
<style>
span { border-color: #0A2066; }
span { border-color: rgb(10,32,102); }
td.TdClassName
{
border-color: #0A2066;
}
.TagClassName
{
border-color: #0A2066;
}
</style>