Shades of Sapphire #0A255F
Tints of Sapphire #0A255F
RGB
CMYK
RGB Variations
Color information
#0A255F (or 0x0A255F) is known color: Sapphire. HEX triplet: 0A, 25 and 5F. RGB value is (10,37,95). Sum of RGB (Red+Green+Blue) = 10+37+95=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A255F is #F5DAA0. Grayscale: #232323. Windows color (decimal): -16112289 or 6235402. OLE color: 6235402.
HSL color Cylindrical-coordinate representation of color #0A255F: hue angle of 220.94º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A255F is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 37 | 95 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.63 |
| HSL | 220.94º | 0.81% | 0.21% | - |
| HSV(B) | 220.94º | 0.89% | 0.37% | - |
| XYZ | 2.85 | 2.21 | 11.1 | - |
| YUV | 35.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 95 | 0.89 | 0.61 | 0 | 0.63 | 220.94 | 0.81 | 0.21 |
| Hex | A | 25 | 5F | 59 | 3D | 0 | 3F | DD | 51 | 15 |
| Octal | 12 | 45 | 137 | 131 | 75 | 0 | 77 | 335 | 121 | 25 |
| Binary | 1010 | 100101 | 1011111 | 1011001 | 111101 | 0 | 111111 | 11011101 | 1010001 | 10101 |
Color Harmonies of #0A255F
Complementary color
Monochromatic Colors of #0A255F
Black with #0A255F
Text Example
Text Example
White with #0A255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A255F; }
p { color: rgb(10,37,95); }
H1.HeaderClassName
{
color: #0A255F;
}
.AnyTagClassName
{
color: #0A255F;
}
</style>
background-color css
<style>
a { background-color: #0A255F; }
a { background-color: rgb(10,37,95); }
div.DivClassName
{
background-color: #0A255F;
}
.BgClassName
{
background-color: #0A255F;
}
</style>
border-color css
<style>
span { border-color: #0A255F; }
span { border-color: rgb(10,37,95); }
td.TdClassName
{
border-color: #0A255F;
}
.TagClassName
{
border-color: #0A255F;
}
</style>