Shades of Egyptian Blue #10329A
Tints of Egyptian Blue #10329A
RGB
CMYK
RGB Variations
Color information
#10329A (or 0x10329A) is known color: Egyptian Blue. HEX triplet: 10, 32 and 9A. RGB value is (16,50,154). Sum of RGB (Red+Green+Blue) = 16+50+154=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #10329A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10329A is #EFCD65. Grayscale: #333333. Windows color (decimal): -15715686 or 10105360. OLE color: 10105360.
HSL color Cylindrical-coordinate representation of color #10329A: hue angle of 225.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10329A is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 50 | 154 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.40 |
| HSL | 225.22º | 0.81% | 0.33% | - |
| HSV(B) | 225.22º | 0.9% | 0.6% | - |
| XYZ | 7.19 | 4.72 | 31.1 | - |
| YUV | 51.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 154 | 0.90 | 0.68 | 0 | 0.40 | 225.22 | 0.81 | 0.33 |
| Hex | 10 | 32 | 9A | 5A | 44 | 0 | 28 | E1 | 51 | 21 |
| Octal | 20 | 62 | 232 | 132 | 104 | 0 | 50 | 341 | 121 | 41 |
| Binary | 10000 | 110010 | 10011010 | 1011010 | 1000100 | 0 | 101000 | 11100001 | 1010001 | 100001 |
Color Harmonies of #10329A
Complementary color
Monochromatic Colors of #10329A
Black with #10329A
Text Example
Text Example
White with #10329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10329A; }
p { color: rgb(16,50,154); }
H1.HeaderClassName
{
color: #10329A;
}
.AnyTagClassName
{
color: #10329A;
}
</style>
background-color css
<style>
a { background-color: #10329A; }
a { background-color: rgb(16,50,154); }
div.DivClassName
{
background-color: #10329A;
}
.BgClassName
{
background-color: #10329A;
}
</style>
border-color css
<style>
span { border-color: #10329A; }
span { border-color: rgb(16,50,154); }
td.TdClassName
{
border-color: #10329A;
}
.TagClassName
{
border-color: #10329A;
}
</style>