Shades of Egyptian Blue #10359B
Tints of Egyptian Blue #10359B
RGB
CMYK
RGB Variations
Color information
#10359B (or 0x10359B) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9B. RGB value is (16,53,155). Sum of RGB (Red+Green+Blue) = 16+53+155=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #10359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359B is #EFCA64. Grayscale: #353535. Windows color (decimal): -15714917 or 10171664. OLE color: 10171664.
HSL color Cylindrical-coordinate representation of color #10359B: hue angle of 224.03º 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 #10359B is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 53 | 155 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.39 |
| HSL | 224.03º | 0.81% | 0.34% | - |
| HSV(B) | 224.03º | 0.9% | 0.61% | - |
| XYZ | 7.4 | 5.02 | 31.59 | - |
| YUV | 53.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 155 | 0.90 | 0.66 | 0 | 0.39 | 224.03 | 0.81 | 0.34 |
| Hex | 10 | 35 | 9B | 5A | 42 | 0 | 27 | E0 | 51 | 22 |
| Octal | 20 | 65 | 233 | 132 | 102 | 0 | 47 | 340 | 121 | 42 |
| Binary | 10000 | 110101 | 10011011 | 1011010 | 1000010 | 0 | 100111 | 11100000 | 1010001 | 100010 |
Color Harmonies of #10359B
Complementary color
Monochromatic Colors of #10359B
Black with #10359B
Text Example
Text Example
White with #10359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10359B; }
p { color: rgb(16,53,155); }
H1.HeaderClassName
{
color: #10359B;
}
.AnyTagClassName
{
color: #10359B;
}
</style>
background-color css
<style>
a { background-color: #10359B; }
a { background-color: rgb(16,53,155); }
div.DivClassName
{
background-color: #10359B;
}
.BgClassName
{
background-color: #10359B;
}
</style>
border-color css
<style>
span { border-color: #10359B; }
span { border-color: rgb(16,53,155); }
td.TdClassName
{
border-color: #10359B;
}
.TagClassName
{
border-color: #10359B;
}
</style>