Shades of Egyptian Blue #10359A
Tints of Egyptian Blue #10359A
RGB
CMYK
RGB Variations
Color information
#10359A (or 0x10359A) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9A. RGB value is (16,53,154). Sum of RGB (Red+Green+Blue) = 16+53+154=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #10359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359A is #EFCA65. Grayscale: #353535. Windows color (decimal): -15714918 or 10106128. OLE color: 10106128.
HSL color Cylindrical-coordinate representation of color #10359A: hue angle of 223.91º 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 #10359A is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 53 | 154 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.40 |
| HSL | 223.91º | 0.81% | 0.33% | - |
| HSV(B) | 223.91º | 0.9% | 0.6% | - |
| XYZ | 7.32 | 4.99 | 31.15 | - |
| YUV | 53.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 154 | 0.90 | 0.66 | 0 | 0.40 | 223.91 | 0.81 | 0.33 |
| Hex | 10 | 35 | 9A | 5A | 42 | 0 | 28 | E0 | 51 | 21 |
| Octal | 20 | 65 | 232 | 132 | 102 | 0 | 50 | 340 | 121 | 41 |
| Binary | 10000 | 110101 | 10011010 | 1011010 | 1000010 | 0 | 101000 | 11100000 | 1010001 | 100001 |
Color Harmonies of #10359A
Complementary color
Monochromatic Colors of #10359A
Black with #10359A
Text Example
Text Example
White with #10359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10359A; }
p { color: rgb(16,53,154); }
H1.HeaderClassName
{
color: #10359A;
}
.AnyTagClassName
{
color: #10359A;
}
</style>
background-color css
<style>
a { background-color: #10359A; }
a { background-color: rgb(16,53,154); }
div.DivClassName
{
background-color: #10359A;
}
.BgClassName
{
background-color: #10359A;
}
</style>
border-color css
<style>
span { border-color: #10359A; }
span { border-color: rgb(16,53,154); }
td.TdClassName
{
border-color: #10359A;
}
.TagClassName
{
border-color: #10359A;
}
</style>