Shades of Sapphire #0A2153
Tints of Sapphire #0A2153
RGB
CMYK
RGB Variations
Color information
#0A2153 (or 0x0A2153) is known color: Sapphire. HEX triplet: 0A, 21 and 53. RGB value is (10,33,83). Sum of RGB (Red+Green+Blue) = 10+33+83=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2153 is #F5DEAC. Grayscale: #1F1F1F. Windows color (decimal): -16113325 or 5447946. OLE color: 5447946.
HSL color Cylindrical-coordinate representation of color #0A2153: hue angle of 221.1º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2153 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 33 | 83 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.67 |
| HSL | 221.1º | 0.78% | 0.18% | - |
| HSV(B) | 221.1º | 0.88% | 0.33% | - |
| XYZ | 2.23 | 1.78 | 8.41 | - |
| YUV | 31.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 83 | 0.88 | 0.60 | 0 | 0.67 | 221.1 | 0.78 | 0.18 |
| Hex | A | 21 | 53 | 58 | 3C | 0 | 43 | DD | 4E | 12 |
| Octal | 12 | 41 | 123 | 130 | 74 | 0 | 103 | 335 | 116 | 22 |
| Binary | 1010 | 100001 | 1010011 | 1011000 | 111100 | 0 | 1000011 | 11011101 | 1001110 | 10010 |
Color Harmonies of #0A2153
Complementary color
Monochromatic Colors of #0A2153
Black with #0A2153
Text Example
Text Example
White with #0A2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2153; }
p { color: rgb(10,33,83); }
H1.HeaderClassName
{
color: #0A2153;
}
.AnyTagClassName
{
color: #0A2153;
}
</style>
background-color css
<style>
a { background-color: #0A2153; }
a { background-color: rgb(10,33,83); }
div.DivClassName
{
background-color: #0A2153;
}
.BgClassName
{
background-color: #0A2153;
}
</style>
border-color css
<style>
span { border-color: #0A2153; }
span { border-color: rgb(10,33,83); }
td.TdClassName
{
border-color: #0A2153;
}
.TagClassName
{
border-color: #0A2153;
}
</style>