Shades of Sapphire #0A214E
Tints of Sapphire #0A214E
RGB
CMYK
RGB Variations
Color information
#0A214E (or 0x0A214E) is known color: Sapphire. HEX triplet: 0A, 21 and 4E. RGB value is (10,33,78). Sum of RGB (Red+Green+Blue) = 10+33+78=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A214E is #F5DEB1. Grayscale: #1F1F1F. Windows color (decimal): -16113330 or 5120266. OLE color: 5120266.
HSL color Cylindrical-coordinate representation of color #0A214E: hue angle of 219.71º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A214E is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 33 | 78 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.69 |
| HSL | 219.71º | 0.77% | 0.17% | - |
| HSV(B) | 219.71º | 0.87% | 0.31% | - |
| XYZ | 2.04 | 1.7 | 7.43 | - |
| YUV | 31.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 78 | 0.87 | 0.58 | 0 | 0.69 | 219.71 | 0.77 | 0.17 |
| Hex | A | 21 | 4E | 57 | 3A | 0 | 45 | DC | 4D | 11 |
| Octal | 12 | 41 | 116 | 127 | 72 | 0 | 105 | 334 | 115 | 21 |
| Binary | 1010 | 100001 | 1001110 | 1010111 | 111010 | 0 | 1000101 | 11011100 | 1001101 | 10001 |
Color Harmonies of #0A214E
Complementary color
Monochromatic Colors of #0A214E
Black with #0A214E
Text Example
Text Example
White with #0A214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A214E; }
p { color: rgb(10,33,78); }
H1.HeaderClassName
{
color: #0A214E;
}
.AnyTagClassName
{
color: #0A214E;
}
</style>
background-color css
<style>
a { background-color: #0A214E; }
a { background-color: rgb(10,33,78); }
div.DivClassName
{
background-color: #0A214E;
}
.BgClassName
{
background-color: #0A214E;
}
</style>
border-color css
<style>
span { border-color: #0A214E; }
span { border-color: rgb(10,33,78); }
td.TdClassName
{
border-color: #0A214E;
}
.TagClassName
{
border-color: #0A214E;
}
</style>