Shades of Egyptian Blue #10329C
Tints of Egyptian Blue #10329C
RGB
CMYK
RGB Variations
Color information
#10329C (or 0x10329C) is known color: Egyptian Blue. HEX triplet: 10, 32 and 9C. RGB value is (16,50,156). Sum of RGB (Red+Green+Blue) = 16+50+156=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #10329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10329C is #EFCD63. Grayscale: #333333. Windows color (decimal): -15715684 or 10236432. OLE color: 10236432.
HSL color Cylindrical-coordinate representation of color #10329C: hue angle of 225.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10329C is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 50 | 156 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.39 |
| HSL | 225.43º | 0.81% | 0.34% | - |
| HSV(B) | 225.43º | 0.9% | 0.61% | - |
| XYZ | 7.36 | 4.79 | 31.99 | - |
| YUV | 51.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 156 | 0.90 | 0.68 | 0 | 0.39 | 225.43 | 0.81 | 0.34 |
| Hex | 10 | 32 | 9C | 5A | 44 | 0 | 27 | E1 | 51 | 22 |
| Octal | 20 | 62 | 234 | 132 | 104 | 0 | 47 | 341 | 121 | 42 |
| Binary | 10000 | 110010 | 10011100 | 1011010 | 1000100 | 0 | 100111 | 11100001 | 1010001 | 100010 |
Color Harmonies of #10329C
Complementary color
Monochromatic Colors of #10329C
Black with #10329C
Text Example
Text Example
White with #10329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10329C; }
p { color: rgb(16,50,156); }
H1.HeaderClassName
{
color: #10329C;
}
.AnyTagClassName
{
color: #10329C;
}
</style>
background-color css
<style>
a { background-color: #10329C; }
a { background-color: rgb(16,50,156); }
div.DivClassName
{
background-color: #10329C;
}
.BgClassName
{
background-color: #10329C;
}
</style>
border-color css
<style>
span { border-color: #10329C; }
span { border-color: rgb(16,50,156); }
td.TdClassName
{
border-color: #10329C;
}
.TagClassName
{
border-color: #10329C;
}
</style>