Shades of Egyptian Blue #0A31AB
Tints of Egyptian Blue #0A31AB
RGB
CMYK
RGB Variations
Color information
#0A31AB (or 0x0A31AB) is known color: Egyptian Blue. HEX triplet: 0A, 31 and AB. RGB value is (10,49,171). Sum of RGB (Red+Green+Blue) = 10+49+171=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A31AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A31AB is #F5CE54. Grayscale: #323232. Windows color (decimal): -16109141 or 11219210. OLE color: 11219210.
HSL color Cylindrical-coordinate representation of color #0A31AB: hue angle of 225.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A31AB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 49 | 171 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.33 |
| HSL | 225.47º | 0.89% | 0.35% | - |
| HSV(B) | 225.47º | 0.94% | 0.67% | - |
| XYZ | 8.57 | 5.2 | 39.08 | - |
| YUV | 51.25 | 195.58 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 171 | 0.94 | 0.71 | 0 | 0.33 | 225.47 | 0.89 | 0.35 |
| Hex | A | 31 | AB | 5E | 47 | 0 | 21 | E1 | 59 | 23 |
| Octal | 12 | 61 | 253 | 136 | 107 | 0 | 41 | 341 | 131 | 43 |
| Binary | 1010 | 110001 | 10101011 | 1011110 | 1000111 | 0 | 100001 | 11100001 | 1011001 | 100011 |
Color Harmonies of #0A31AB
Complementary color
Monochromatic Colors of #0A31AB
Black with #0A31AB
Text Example
Text Example
White with #0A31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31AB; }
p { color: rgb(10,49,171); }
H1.HeaderClassName
{
color: #0A31AB;
}
.AnyTagClassName
{
color: #0A31AB;
}
</style>
background-color css
<style>
a { background-color: #0A31AB; }
a { background-color: rgb(10,49,171); }
div.DivClassName
{
background-color: #0A31AB;
}
.BgClassName
{
background-color: #0A31AB;
}
</style>
border-color css
<style>
span { border-color: #0A31AB; }
span { border-color: rgb(10,49,171); }
td.TdClassName
{
border-color: #0A31AB;
}
.TagClassName
{
border-color: #0A31AB;
}
</style>