Shades of Egyptian Blue #10429D
Tints of Egyptian Blue #10429D
RGB
CMYK
RGB Variations
Color information
#10429D (or 0x10429D) is known color: Egyptian Blue. HEX triplet: 10, 42 and 9D. RGB value is (16,66,157). Sum of RGB (Red+Green+Blue) = 16+66+157=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #10429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10429D is #EFBD62. Grayscale: #3D3D3D. Windows color (decimal): -15711587 or 10306064. OLE color: 10306064.
HSL color Cylindrical-coordinate representation of color #10429D: hue angle of 218.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10429D is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 66 | 157 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.38 |
| HSL | 218.72º | 0.82% | 0.34% | - |
| HSV(B) | 218.72º | 0.9% | 0.62% | - |
| XYZ | 8.25 | 6.44 | 32.71 | - |
| YUV | 61.42 | 181.94 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 157 | 0.90 | 0.58 | 0 | 0.38 | 218.72 | 0.82 | 0.34 |
| Hex | 10 | 42 | 9D | 5A | 3A | 0 | 26 | DB | 52 | 22 |
| Octal | 20 | 102 | 235 | 132 | 72 | 0 | 46 | 333 | 122 | 42 |
| Binary | 10000 | 1000010 | 10011101 | 1011010 | 111010 | 0 | 100110 | 11011011 | 1010010 | 100010 |
Color Harmonies of #10429D
Complementary color
Monochromatic Colors of #10429D
Black with #10429D
Text Example
Text Example
White with #10429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10429D; }
p { color: rgb(16,66,157); }
H1.HeaderClassName
{
color: #10429D;
}
.AnyTagClassName
{
color: #10429D;
}
</style>
background-color css
<style>
a { background-color: #10429D; }
a { background-color: rgb(16,66,157); }
div.DivClassName
{
background-color: #10429D;
}
.BgClassName
{
background-color: #10429D;
}
</style>
border-color css
<style>
span { border-color: #10429D; }
span { border-color: rgb(16,66,157); }
td.TdClassName
{
border-color: #10429D;
}
.TagClassName
{
border-color: #10429D;
}
</style>