Shades of Sapphire #0A255D
Tints of Sapphire #0A255D
RGB
CMYK
RGB Variations
Color information
#0A255D (or 0x0A255D) is known color: Sapphire. HEX triplet: 0A, 25 and 5D. RGB value is (10,37,93). Sum of RGB (Red+Green+Blue) = 10+37+93=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A255D is #F5DAA2. Grayscale: #232323. Windows color (decimal): -16112291 or 6104330. OLE color: 6104330.
HSL color Cylindrical-coordinate representation of color #0A255D: hue angle of 220.48º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A255D is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 37 | 93 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.64 |
| HSL | 220.48º | 0.81% | 0.2% | - |
| HSV(B) | 220.48º | 0.89% | 0.36% | - |
| XYZ | 2.76 | 2.18 | 10.63 | - |
| YUV | 35.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 93 | 0.89 | 0.60 | 0 | 0.64 | 220.48 | 0.81 | 0.2 |
| Hex | A | 25 | 5D | 59 | 3C | 0 | 40 | DC | 51 | 14 |
| Octal | 12 | 45 | 135 | 131 | 74 | 0 | 100 | 334 | 121 | 24 |
| Binary | 1010 | 100101 | 1011101 | 1011001 | 111100 | 0 | 1000000 | 11011100 | 1010001 | 10100 |
Color Harmonies of #0A255D
Complementary color
Monochromatic Colors of #0A255D
Black with #0A255D
Text Example
Text Example
White with #0A255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A255D; }
p { color: rgb(10,37,93); }
H1.HeaderClassName
{
color: #0A255D;
}
.AnyTagClassName
{
color: #0A255D;
}
</style>
background-color css
<style>
a { background-color: #0A255D; }
a { background-color: rgb(10,37,93); }
div.DivClassName
{
background-color: #0A255D;
}
.BgClassName
{
background-color: #0A255D;
}
</style>
border-color css
<style>
span { border-color: #0A255D; }
span { border-color: rgb(10,37,93); }
td.TdClassName
{
border-color: #0A255D;
}
.TagClassName
{
border-color: #0A255D;
}
</style>