Shades of Sapphire #0A2870
Tints of Sapphire #0A2870
RGB
CMYK
RGB Variations
Color information
#0A2870 (or 0x0A2870) is known color: Sapphire. HEX triplet: 0A, 28 and 70. RGB value is (10,40,112). Sum of RGB (Red+Green+Blue) = 10+40+112=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2870 is #F5D78F. Grayscale: #262626. Windows color (decimal): -16111504 or 7350282. OLE color: 7350282.
HSL color Cylindrical-coordinate representation of color #0A2870: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2870 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 40 | 112 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.56 |
| HSL | 222.35º | 0.84% | 0.24% | - |
| HSV(B) | 222.35º | 0.91% | 0.44% | - |
| XYZ | 3.81 | 2.75 | 15.66 | - |
| YUV | 39.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 112 | 0.91 | 0.64 | 0 | 0.56 | 222.35 | 0.84 | 0.24 |
| Hex | A | 28 | 70 | 5B | 40 | 0 | 38 | DE | 54 | 18 |
| Octal | 12 | 50 | 160 | 133 | 100 | 0 | 70 | 336 | 124 | 30 |
| Binary | 1010 | 101000 | 1110000 | 1011011 | 1000000 | 0 | 111000 | 11011110 | 1010100 | 11000 |
Color Harmonies of #0A2870
Complementary color
Monochromatic Colors of #0A2870
Black with #0A2870
Text Example
Text Example
White with #0A2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2870; }
p { color: rgb(10,40,112); }
H1.HeaderClassName
{
color: #0A2870;
}
.AnyTagClassName
{
color: #0A2870;
}
</style>
background-color css
<style>
a { background-color: #0A2870; }
a { background-color: rgb(10,40,112); }
div.DivClassName
{
background-color: #0A2870;
}
.BgClassName
{
background-color: #0A2870;
}
</style>
border-color css
<style>
span { border-color: #0A2870; }
span { border-color: rgb(10,40,112); }
td.TdClassName
{
border-color: #0A2870;
}
.TagClassName
{
border-color: #0A2870;
}
</style>