Shades of Sapphire #0A207E
Tints of Sapphire #0A207E
RGB
CMYK
RGB Variations
Color information
#0A207E (or 0x0A207E) is known color: Sapphire. HEX triplet: 0A, 20 and 7E. RGB value is (10,32,126). Sum of RGB (Red+Green+Blue) = 10+32+126=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 126 (49.61% from 255 or 75% from 168); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A207E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A207E is #F5DF81. Grayscale: #232323. Windows color (decimal): -16113538 or 8265738. OLE color: 8265738.
HSL color Cylindrical-coordinate representation of color #0A207E: hue angle of 228.62º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A207E is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 32 | 126 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.51 |
| HSL | 228.62º | 0.85% | 0.27% | - |
| HSV(B) | 228.62º | 0.92% | 0.49% | - |
| XYZ | 4.41 | 2.6 | 20.01 | - |
| YUV | 36.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 126 | 0.92 | 0.75 | 0 | 0.51 | 228.62 | 0.85 | 0.27 |
| Hex | A | 20 | 7E | 5C | 4B | 0 | 33 | E5 | 55 | 1B |
| Octal | 12 | 40 | 176 | 134 | 113 | 0 | 63 | 345 | 125 | 33 |
| Binary | 1010 | 100000 | 1111110 | 1011100 | 1001011 | 0 | 110011 | 11100101 | 1010101 | 11011 |
Color Harmonies of #0A207E
Complementary color
Monochromatic Colors of #0A207E
Black with #0A207E
Text Example
Text Example
White with #0A207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A207E; }
p { color: rgb(10,32,126); }
H1.HeaderClassName
{
color: #0A207E;
}
.AnyTagClassName
{
color: #0A207E;
}
</style>
background-color css
<style>
a { background-color: #0A207E; }
a { background-color: rgb(10,32,126); }
div.DivClassName
{
background-color: #0A207E;
}
.BgClassName
{
background-color: #0A207E;
}
</style>
border-color css
<style>
span { border-color: #0A207E; }
span { border-color: rgb(10,32,126); }
td.TdClassName
{
border-color: #0A207E;
}
.TagClassName
{
border-color: #0A207E;
}
</style>