Shades of Sapphire #0A2882
Tints of Sapphire #0A2882
RGB
CMYK
RGB Variations
Color information
#0A2882 (or 0x0A2882) is known color: Sapphire. HEX triplet: 0A, 28 and 82. RGB value is (10,40,130). Sum of RGB (Red+Green+Blue) = 10+40+130=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A2882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2882 is #F5D77D. Grayscale: #282828. Windows color (decimal): -16111486 or 8529930. OLE color: 8529930.
HSL color Cylindrical-coordinate representation of color #0A2882: hue angle of 225º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2882 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 40 | 130 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.49 |
| HSL | 225º | 0.86% | 0.27% | - |
| HSV(B) | 225º | 0.92% | 0.51% | - |
| XYZ | 4.91 | 3.19 | 21.48 | - |
| YUV | 41.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 130 | 0.92 | 0.69 | 0 | 0.49 | 225 | 0.86 | 0.27 |
| Hex | A | 28 | 82 | 5C | 45 | 0 | 31 | E1 | 56 | 1B |
| Octal | 12 | 50 | 202 | 134 | 105 | 0 | 61 | 341 | 126 | 33 |
| Binary | 1010 | 101000 | 10000010 | 1011100 | 1000101 | 0 | 110001 | 11100001 | 1010110 | 11011 |
Color Harmonies of #0A2882
Complementary color
Monochromatic Colors of #0A2882
Black with #0A2882
Text Example
Text Example
White with #0A2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2882; }
p { color: rgb(10,40,130); }
H1.HeaderClassName
{
color: #0A2882;
}
.AnyTagClassName
{
color: #0A2882;
}
</style>
background-color css
<style>
a { background-color: #0A2882; }
a { background-color: rgb(10,40,130); }
div.DivClassName
{
background-color: #0A2882;
}
.BgClassName
{
background-color: #0A2882;
}
</style>
border-color css
<style>
span { border-color: #0A2882; }
span { border-color: rgb(10,40,130); }
td.TdClassName
{
border-color: #0A2882;
}
.TagClassName
{
border-color: #0A2882;
}
</style>