Shades of Sapphire #0A2570
Tints of Sapphire #0A2570
RGB
CMYK
RGB Variations
Color information
#0A2570 (or 0x0A2570) is known color: Sapphire. HEX triplet: 0A, 25 and 70. RGB value is (10,37,112). Sum of RGB (Red+Green+Blue) = 10+37+112=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2570 is #F5DA8F. Grayscale: #252525. Windows color (decimal): -16112272 or 7349514. OLE color: 7349514.
HSL color Cylindrical-coordinate representation of color #0A2570: hue angle of 224.12º 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 #0A2570 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 37 | 112 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.56 |
| HSL | 224.12º | 0.84% | 0.24% | - |
| HSV(B) | 224.12º | 0.91% | 0.44% | - |
| XYZ | 3.71 | 2.56 | 15.63 | - |
| YUV | 37.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 112 | 0.91 | 0.67 | 0 | 0.56 | 224.12 | 0.84 | 0.24 |
| Hex | A | 25 | 70 | 5B | 43 | 0 | 38 | E0 | 54 | 18 |
| Octal | 12 | 45 | 160 | 133 | 103 | 0 | 70 | 340 | 124 | 30 |
| Binary | 1010 | 100101 | 1110000 | 1011011 | 1000011 | 0 | 111000 | 11100000 | 1010100 | 11000 |
Color Harmonies of #0A2570
Complementary color
Monochromatic Colors of #0A2570
Black with #0A2570
Text Example
Text Example
White with #0A2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2570; }
p { color: rgb(10,37,112); }
H1.HeaderClassName
{
color: #0A2570;
}
.AnyTagClassName
{
color: #0A2570;
}
</style>
background-color css
<style>
a { background-color: #0A2570; }
a { background-color: rgb(10,37,112); }
div.DivClassName
{
background-color: #0A2570;
}
.BgClassName
{
background-color: #0A2570;
}
</style>
border-color css
<style>
span { border-color: #0A2570; }
span { border-color: rgb(10,37,112); }
td.TdClassName
{
border-color: #0A2570;
}
.TagClassName
{
border-color: #0A2570;
}
</style>