Shades of Sapphire #0A2158
Tints of Sapphire #0A2158
RGB
CMYK
RGB Variations
Color information
#0A2158 (or 0x0A2158) is known color: Sapphire. HEX triplet: 0A, 21 and 58. RGB value is (10,33,88). Sum of RGB (Red+Green+Blue) = 10+33+88=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A2158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2158 is #F5DEA7. Grayscale: #202020. Windows color (decimal): -16113320 or 5775626. OLE color: 5775626.
HSL color Cylindrical-coordinate representation of color #0A2158: hue angle of 222.31º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2158 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 33 | 88 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.65 |
| HSL | 222.31º | 0.8% | 0.19% | - |
| HSV(B) | 222.31º | 0.89% | 0.35% | - |
| XYZ | 2.43 | 1.86 | 9.46 | - |
| YUV | 32.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 88 | 0.89 | 0.62 | 0 | 0.65 | 222.31 | 0.8 | 0.19 |
| Hex | A | 21 | 58 | 59 | 3E | 0 | 41 | DE | 50 | 13 |
| Octal | 12 | 41 | 130 | 131 | 76 | 0 | 101 | 336 | 120 | 23 |
| Binary | 1010 | 100001 | 1011000 | 1011001 | 111110 | 0 | 1000001 | 11011110 | 1010000 | 10011 |
Color Harmonies of #0A2158
Complementary color
Monochromatic Colors of #0A2158
Black with #0A2158
Text Example
Text Example
White with #0A2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2158; }
p { color: rgb(10,33,88); }
H1.HeaderClassName
{
color: #0A2158;
}
.AnyTagClassName
{
color: #0A2158;
}
</style>
background-color css
<style>
a { background-color: #0A2158; }
a { background-color: rgb(10,33,88); }
div.DivClassName
{
background-color: #0A2158;
}
.BgClassName
{
background-color: #0A2158;
}
</style>
border-color css
<style>
span { border-color: #0A2158; }
span { border-color: rgb(10,33,88); }
td.TdClassName
{
border-color: #0A2158;
}
.TagClassName
{
border-color: #0A2158;
}
</style>