Shades of Egyptian Blue #10359D
Tints of Egyptian Blue #10359D
RGB
CMYK
RGB Variations
Color information
#10359D (or 0x10359D) is known color: Egyptian Blue. HEX triplet: 10, 35 and 9D. RGB value is (16,53,157). Sum of RGB (Red+Green+Blue) = 16+53+157=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #10359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10359D is #EFCA62. Grayscale: #353535. Windows color (decimal): -15714915 or 10302736. OLE color: 10302736.
HSL color Cylindrical-coordinate representation of color #10359D: hue angle of 224.26º 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 #10359D is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 53 | 157 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.38 |
| HSL | 224.26º | 0.82% | 0.34% | - |
| HSV(B) | 224.26º | 0.9% | 0.62% | - |
| XYZ | 7.57 | 5.09 | 32.48 | - |
| YUV | 53.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 157 | 0.90 | 0.66 | 0 | 0.38 | 224.26 | 0.82 | 0.34 |
| Hex | 10 | 35 | 9D | 5A | 42 | 0 | 26 | E0 | 52 | 22 |
| Octal | 20 | 65 | 235 | 132 | 102 | 0 | 46 | 340 | 122 | 42 |
| Binary | 10000 | 110101 | 10011101 | 1011010 | 1000010 | 0 | 100110 | 11100000 | 1010010 | 100010 |
Color Harmonies of #10359D
Complementary color
Monochromatic Colors of #10359D
Black with #10359D
Text Example
Text Example
White with #10359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10359D; }
p { color: rgb(16,53,157); }
H1.HeaderClassName
{
color: #10359D;
}
.AnyTagClassName
{
color: #10359D;
}
</style>
background-color css
<style>
a { background-color: #10359D; }
a { background-color: rgb(16,53,157); }
div.DivClassName
{
background-color: #10359D;
}
.BgClassName
{
background-color: #10359D;
}
</style>
border-color css
<style>
span { border-color: #10359D; }
span { border-color: rgb(16,53,157); }
td.TdClassName
{
border-color: #10359D;
}
.TagClassName
{
border-color: #10359D;
}
</style>