Shades of Sapphire #0A215D
Tints of Sapphire #0A215D
RGB
CMYK
RGB Variations
Color information
#0A215D (or 0x0A215D) is known color: Sapphire. HEX triplet: 0A, 21 and 5D. RGB value is (10,33,93). Sum of RGB (Red+Green+Blue) = 10+33+93=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A215D is #F5DEA2. Grayscale: #202020. Windows color (decimal): -16113315 or 6103306. OLE color: 6103306.
HSL color Cylindrical-coordinate representation of color #0A215D: hue angle of 223.37º 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 #0A215D is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 33 | 93 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.64 |
| HSL | 223.37º | 0.81% | 0.2% | - |
| HSV(B) | 223.37º | 0.89% | 0.36% | - |
| XYZ | 2.64 | 1.94 | 10.59 | - |
| YUV | 32.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 93 | 0.89 | 0.65 | 0 | 0.64 | 223.37 | 0.81 | 0.2 |
| Hex | A | 21 | 5D | 59 | 41 | 0 | 40 | DF | 51 | 14 |
| Octal | 12 | 41 | 135 | 131 | 101 | 0 | 100 | 337 | 121 | 24 |
| Binary | 1010 | 100001 | 1011101 | 1011001 | 1000001 | 0 | 1000000 | 11011111 | 1010001 | 10100 |
Color Harmonies of #0A215D
Complementary color
Monochromatic Colors of #0A215D
Black with #0A215D
Text Example
Text Example
White with #0A215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A215D; }
p { color: rgb(10,33,93); }
H1.HeaderClassName
{
color: #0A215D;
}
.AnyTagClassName
{
color: #0A215D;
}
</style>
background-color css
<style>
a { background-color: #0A215D; }
a { background-color: rgb(10,33,93); }
div.DivClassName
{
background-color: #0A215D;
}
.BgClassName
{
background-color: #0A215D;
}
</style>
border-color css
<style>
span { border-color: #0A215D; }
span { border-color: rgb(10,33,93); }
td.TdClassName
{
border-color: #0A215D;
}
.TagClassName
{
border-color: #0A215D;
}
</style>