Shades of Egyptian Blue #10309E
Tints of Egyptian Blue #10309E
RGB
CMYK
RGB Variations
Color information
#10309E (or 0x10309E) is known color: Egyptian Blue. HEX triplet: 10, 30 and 9E. RGB value is (16,48,158). Sum of RGB (Red+Green+Blue) = 16+48+158=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #10309E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10309E is #EFCF61. Grayscale: #323232. Windows color (decimal): -15716194 or 10366992. OLE color: 10366992.
HSL color Cylindrical-coordinate representation of color #10309E: hue angle of 226.48º 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 #10309E is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 48 | 158 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.38 |
| HSL | 226.48º | 0.82% | 0.34% | - |
| HSV(B) | 226.48º | 0.9% | 0.62% | - |
| XYZ | 7.44 | 4.69 | 32.86 | - |
| YUV | 50.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 158 | 0.90 | 0.70 | 0 | 0.38 | 226.48 | 0.82 | 0.34 |
| Hex | 10 | 30 | 9E | 5A | 46 | 0 | 26 | E2 | 52 | 22 |
| Octal | 20 | 60 | 236 | 132 | 106 | 0 | 46 | 342 | 122 | 42 |
| Binary | 10000 | 110000 | 10011110 | 1011010 | 1000110 | 0 | 100110 | 11100010 | 1010010 | 100010 |
Color Harmonies of #10309E
Complementary color
Monochromatic Colors of #10309E
Black with #10309E
Text Example
Text Example
White with #10309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10309E; }
p { color: rgb(16,48,158); }
H1.HeaderClassName
{
color: #10309E;
}
.AnyTagClassName
{
color: #10309E;
}
</style>
background-color css
<style>
a { background-color: #10309E; }
a { background-color: rgb(16,48,158); }
div.DivClassName
{
background-color: #10309E;
}
.BgClassName
{
background-color: #10309E;
}
</style>
border-color css
<style>
span { border-color: #10309E; }
span { border-color: rgb(16,48,158); }
td.TdClassName
{
border-color: #10309E;
}
.TagClassName
{
border-color: #10309E;
}
</style>