Shades of Egyptian Blue #0A32AB
Tints of Egyptian Blue #0A32AB
RGB
CMYK
RGB Variations
Color information
#0A32AB (or 0x0A32AB) is known color: Egyptian Blue. HEX triplet: 0A, 32 and AB. RGB value is (10,50,171). Sum of RGB (Red+Green+Blue) = 10+50+171=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A32AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A32AB is #F5CD54. Grayscale: #333333. Windows color (decimal): -16108885 or 11219466. OLE color: 11219466.
HSL color Cylindrical-coordinate representation of color #0A32AB: hue angle of 225.09º 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 #0A32AB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 50 | 171 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.33 |
| HSL | 225.09º | 0.89% | 0.35% | - |
| HSV(B) | 225.09º | 0.94% | 0.67% | - |
| XYZ | 8.62 | 5.29 | 39.09 | - |
| YUV | 51.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 171 | 0.94 | 0.71 | 0 | 0.33 | 225.09 | 0.89 | 0.35 |
| Hex | A | 32 | AB | 5E | 47 | 0 | 21 | E1 | 59 | 23 |
| Octal | 12 | 62 | 253 | 136 | 107 | 0 | 41 | 341 | 131 | 43 |
| Binary | 1010 | 110010 | 10101011 | 1011110 | 1000111 | 0 | 100001 | 11100001 | 1011001 | 100011 |
Color Harmonies of #0A32AB
Complementary color
Monochromatic Colors of #0A32AB
Black with #0A32AB
Text Example
Text Example
White with #0A32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A32AB; }
p { color: rgb(10,50,171); }
H1.HeaderClassName
{
color: #0A32AB;
}
.AnyTagClassName
{
color: #0A32AB;
}
</style>
background-color css
<style>
a { background-color: #0A32AB; }
a { background-color: rgb(10,50,171); }
div.DivClassName
{
background-color: #0A32AB;
}
.BgClassName
{
background-color: #0A32AB;
}
</style>
border-color css
<style>
span { border-color: #0A32AB; }
span { border-color: rgb(10,50,171); }
td.TdClassName
{
border-color: #0A32AB;
}
.TagClassName
{
border-color: #0A32AB;
}
</style>