Shades of Egyptian Blue #0A32AC
Tints of Egyptian Blue #0A32AC
RGB
CMYK
RGB Variations
Color information
#0A32AC (or 0x0A32AC) is known color: Egyptian Blue. HEX triplet: 0A, 32 and AC. RGB value is (10,50,172). Sum of RGB (Red+Green+Blue) = 10+50+172=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A32AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A32AC is #F5CD53. Grayscale: #333333. Windows color (decimal): -16108884 or 11285002. OLE color: 11285002.
HSL color Cylindrical-coordinate representation of color #0A32AC: hue angle of 225.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A32AC is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 50 | 172 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.33 |
| HSL | 225.19º | 0.89% | 0.36% | - |
| HSV(B) | 225.19º | 0.94% | 0.67% | - |
| XYZ | 8.71 | 5.32 | 39.6 | - |
| YUV | 51.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 172 | 0.94 | 0.71 | 0 | 0.33 | 225.19 | 0.89 | 0.36 |
| Hex | A | 32 | AC | 5E | 47 | 0 | 21 | E1 | 59 | 24 |
| Octal | 12 | 62 | 254 | 136 | 107 | 0 | 41 | 341 | 131 | 44 |
| Binary | 1010 | 110010 | 10101100 | 1011110 | 1000111 | 0 | 100001 | 11100001 | 1011001 | 100100 |
Color Harmonies of #0A32AC
Complementary color
Monochromatic Colors of #0A32AC
Black with #0A32AC
Text Example
Text Example
White with #0A32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A32AC; }
p { color: rgb(10,50,172); }
H1.HeaderClassName
{
color: #0A32AC;
}
.AnyTagClassName
{
color: #0A32AC;
}
</style>
background-color css
<style>
a { background-color: #0A32AC; }
a { background-color: rgb(10,50,172); }
div.DivClassName
{
background-color: #0A32AC;
}
.BgClassName
{
background-color: #0A32AC;
}
</style>
border-color css
<style>
span { border-color: #0A32AC; }
span { border-color: rgb(10,50,172); }
td.TdClassName
{
border-color: #0A32AC;
}
.TagClassName
{
border-color: #0A32AC;
}
</style>