Shades of Sapphire #0A2154
Tints of Sapphire #0A2154
RGB
CMYK
RGB Variations
Color information
#0A2154 (or 0x0A2154) is known color: Sapphire. HEX triplet: 0A, 21 and 54. RGB value is (10,33,84). Sum of RGB (Red+Green+Blue) = 10+33+84=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A2154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2154 is #F5DEAB. Grayscale: #1F1F1F. Windows color (decimal): -16113324 or 5513482. OLE color: 5513482.
HSL color Cylindrical-coordinate representation of color #0A2154: hue angle of 221.35º degrees, saturation: 0.79, 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 #0A2154 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 33 | 84 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.67 |
| HSL | 221.35º | 0.79% | 0.18% | - |
| HSV(B) | 221.35º | 0.88% | 0.33% | - |
| XYZ | 2.27 | 1.79 | 8.61 | - |
| YUV | 31.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 84 | 0.88 | 0.61 | 0 | 0.67 | 221.35 | 0.79 | 0.18 |
| Hex | A | 21 | 54 | 58 | 3D | 0 | 43 | DD | 4F | 12 |
| Octal | 12 | 41 | 124 | 130 | 75 | 0 | 103 | 335 | 117 | 22 |
| Binary | 1010 | 100001 | 1010100 | 1011000 | 111101 | 0 | 1000011 | 11011101 | 1001111 | 10010 |
Color Harmonies of #0A2154
Complementary color
Monochromatic Colors of #0A2154
Black with #0A2154
Text Example
Text Example
White with #0A2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2154; }
p { color: rgb(10,33,84); }
H1.HeaderClassName
{
color: #0A2154;
}
.AnyTagClassName
{
color: #0A2154;
}
</style>
background-color css
<style>
a { background-color: #0A2154; }
a { background-color: rgb(10,33,84); }
div.DivClassName
{
background-color: #0A2154;
}
.BgClassName
{
background-color: #0A2154;
}
</style>
border-color css
<style>
span { border-color: #0A2154; }
span { border-color: rgb(10,33,84); }
td.TdClassName
{
border-color: #0A2154;
}
.TagClassName
{
border-color: #0A2154;
}
</style>