Shades of Egyptian Blue #0A31A9
Tints of Egyptian Blue #0A31A9
RGB
CMYK
RGB Variations
Color information
#0A31A9 (or 0x0A31A9) is known color: Egyptian Blue. HEX triplet: 0A, 31 and A9. RGB value is (10,49,169). Sum of RGB (Red+Green+Blue) = 10+49+169=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 169 (66.41% from 255 or 74.12% from 228); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A31A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A31A9 is #F5CE56. Grayscale: #323232. Windows color (decimal): -16109143 or 11088138. OLE color: 11088138.
HSL color Cylindrical-coordinate representation of color #0A31A9: hue angle of 225.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A31A9 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 49 | 169 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.34 |
| HSL | 225.28º | 0.89% | 0.35% | - |
| HSV(B) | 225.28º | 0.94% | 0.66% | - |
| XYZ | 8.38 | 5.13 | 38.08 | - |
| YUV | 51.02 | 194.58 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 169 | 0.94 | 0.71 | 0 | 0.34 | 225.28 | 0.89 | 0.35 |
| Hex | A | 31 | A9 | 5E | 47 | 0 | 22 | E1 | 59 | 23 |
| Octal | 12 | 61 | 251 | 136 | 107 | 0 | 42 | 341 | 131 | 43 |
| Binary | 1010 | 110001 | 10101001 | 1011110 | 1000111 | 0 | 100010 | 11100001 | 1011001 | 100011 |
Color Harmonies of #0A31A9
Complementary color
Monochromatic Colors of #0A31A9
Black with #0A31A9
Text Example
Text Example
White with #0A31A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31A9; }
p { color: rgb(10,49,169); }
H1.HeaderClassName
{
color: #0A31A9;
}
.AnyTagClassName
{
color: #0A31A9;
}
</style>
background-color css
<style>
a { background-color: #0A31A9; }
a { background-color: rgb(10,49,169); }
div.DivClassName
{
background-color: #0A31A9;
}
.BgClassName
{
background-color: #0A31A9;
}
</style>
border-color css
<style>
span { border-color: #0A31A9; }
span { border-color: rgb(10,49,169); }
td.TdClassName
{
border-color: #0A31A9;
}
.TagClassName
{
border-color: #0A31A9;
}
</style>