Shades of Sapphire #0A225D
Tints of Sapphire #0A225D
RGB
CMYK
RGB Variations
Color information
#0A225D (or 0x0A225D) is known color: Sapphire. HEX triplet: 0A, 22 and 5D. RGB value is (10,34,93). Sum of RGB (Red+Green+Blue) = 10+34+93=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A225D is #F5DDA2. Grayscale: #212121. Windows color (decimal): -16113059 or 6103562. OLE color: 6103562.
HSL color Cylindrical-coordinate representation of color #0A225D: hue angle of 222.65º 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 #0A225D is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 34 | 93 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.64 |
| HSL | 222.65º | 0.81% | 0.2% | - |
| HSV(B) | 222.65º | 0.89% | 0.36% | - |
| XYZ | 2.67 | 2 | 10.6 | - |
| YUV | 33.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 93 | 0.89 | 0.63 | 0 | 0.64 | 222.65 | 0.81 | 0.2 |
| Hex | A | 22 | 5D | 59 | 3F | 0 | 40 | DF | 51 | 14 |
| Octal | 12 | 42 | 135 | 131 | 77 | 0 | 100 | 337 | 121 | 24 |
| Binary | 1010 | 100010 | 1011101 | 1011001 | 111111 | 0 | 1000000 | 11011111 | 1010001 | 10100 |
Color Harmonies of #0A225D
Complementary color
Monochromatic Colors of #0A225D
Black with #0A225D
Text Example
Text Example
White with #0A225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A225D; }
p { color: rgb(10,34,93); }
H1.HeaderClassName
{
color: #0A225D;
}
.AnyTagClassName
{
color: #0A225D;
}
</style>
background-color css
<style>
a { background-color: #0A225D; }
a { background-color: rgb(10,34,93); }
div.DivClassName
{
background-color: #0A225D;
}
.BgClassName
{
background-color: #0A225D;
}
</style>
border-color css
<style>
span { border-color: #0A225D; }
span { border-color: rgb(10,34,93); }
td.TdClassName
{
border-color: #0A225D;
}
.TagClassName
{
border-color: #0A225D;
}
</style>