Shades of Sapphire #0A2575
Tints of Sapphire #0A2575
RGB
CMYK
RGB Variations
Color information
#0A2575 (or 0x0A2575) is known color: Sapphire. HEX triplet: 0A, 25 and 75. RGB value is (10,37,117). Sum of RGB (Red+Green+Blue) = 10+37+117=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2575 is #F5DA8A. Grayscale: #252525. Windows color (decimal): -16112267 or 7677194. OLE color: 7677194.
HSL color Cylindrical-coordinate representation of color #0A2575: hue angle of 224.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2575 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 37 | 117 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.54 |
| HSL | 224.86º | 0.84% | 0.25% | - |
| HSV(B) | 224.86º | 0.91% | 0.46% | - |
| XYZ | 4 | 2.67 | 17.13 | - |
| YUV | 38.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 117 | 0.91 | 0.68 | 0 | 0.54 | 224.86 | 0.84 | 0.25 |
| Hex | A | 25 | 75 | 5B | 44 | 0 | 36 | E1 | 54 | 19 |
| Octal | 12 | 45 | 165 | 133 | 104 | 0 | 66 | 341 | 124 | 31 |
| Binary | 1010 | 100101 | 1110101 | 1011011 | 1000100 | 0 | 110110 | 11100001 | 1010100 | 11001 |
Color Harmonies of #0A2575
Complementary color
Monochromatic Colors of #0A2575
Black with #0A2575
Text Example
Text Example
White with #0A2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2575; }
p { color: rgb(10,37,117); }
H1.HeaderClassName
{
color: #0A2575;
}
.AnyTagClassName
{
color: #0A2575;
}
</style>
background-color css
<style>
a { background-color: #0A2575; }
a { background-color: rgb(10,37,117); }
div.DivClassName
{
background-color: #0A2575;
}
.BgClassName
{
background-color: #0A2575;
}
</style>
border-color css
<style>
span { border-color: #0A2575; }
span { border-color: rgb(10,37,117); }
td.TdClassName
{
border-color: #0A2575;
}
.TagClassName
{
border-color: #0A2575;
}
</style>