Shades of Egyptian Blue #10359E
Tints of Egyptian Blue #10359E
RGB
CMYK
RGB Variations
Color information
#10359E (or 0x10359E) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9E. RGB value is (16,53,158). Sum of RGB (Red+Green+Blue) = 16+53+158=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #10359E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359E is #EFCA61. Grayscale: #353535. Windows color (decimal): -15714914 or 10368272. OLE color: 10368272.
HSL color Cylindrical-coordinate representation of color #10359E: hue angle of 224.37º 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 #10359E is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 53 | 158 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.38 |
| HSL | 224.37º | 0.82% | 0.34% | - |
| HSV(B) | 224.37º | 0.9% | 0.62% | - |
| XYZ | 7.66 | 5.12 | 32.93 | - |
| YUV | 53.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 158 | 0.90 | 0.66 | 0 | 0.38 | 224.37 | 0.82 | 0.34 |
| Hex | 10 | 35 | 9E | 5A | 42 | 0 | 26 | E0 | 52 | 22 |
| Octal | 20 | 65 | 236 | 132 | 102 | 0 | 46 | 340 | 122 | 42 |
| Binary | 10000 | 110101 | 10011110 | 1011010 | 1000010 | 0 | 100110 | 11100000 | 1010010 | 100010 |
Color Harmonies of #10359E
Complementary color
Monochromatic Colors of #10359E
Black with #10359E
Text Example
Text Example
White with #10359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10359E; }
p { color: rgb(16,53,158); }
H1.HeaderClassName
{
color: #10359E;
}
.AnyTagClassName
{
color: #10359E;
}
</style>
background-color css
<style>
a { background-color: #10359E; }
a { background-color: rgb(16,53,158); }
div.DivClassName
{
background-color: #10359E;
}
.BgClassName
{
background-color: #10359E;
}
</style>
border-color css
<style>
span { border-color: #10359E; }
span { border-color: rgb(16,53,158); }
td.TdClassName
{
border-color: #10359E;
}
.TagClassName
{
border-color: #10359E;
}
</style>