Shades of Egyptian Blue #10239E
Tints of Egyptian Blue #10239E
RGB
CMYK
RGB Variations
Color information
#10239E (or 0x10239E) is known color: Egyptian Blue. HEX triplet: 10, 23 and 9E. RGB value is (16,35,158). Sum of RGB (Red+Green+Blue) = 16+35+158=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #10239E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10239E is #EFDC61. Grayscale: #2A2A2A. Windows color (decimal): -15719522 or 10363664. OLE color: 10363664.
HSL color Cylindrical-coordinate representation of color #10239E: hue angle of 231.97º 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 #10239E is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 35 | 158 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.38 |
| HSL | 231.97º | 0.82% | 0.34% | - |
| HSV(B) | 231.97º | 0.9% | 0.62% | - |
| XYZ | 6.99 | 3.78 | 32.71 | - |
| YUV | 43.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 158 | 0.90 | 0.78 | 0 | 0.38 | 231.97 | 0.82 | 0.34 |
| Hex | 10 | 23 | 9E | 5A | 4E | 0 | 26 | E8 | 52 | 22 |
| Octal | 20 | 43 | 236 | 132 | 116 | 0 | 46 | 350 | 122 | 42 |
| Binary | 10000 | 100011 | 10011110 | 1011010 | 1001110 | 0 | 100110 | 11101000 | 1010010 | 100010 |
Color Harmonies of #10239E
Complementary color
Monochromatic Colors of #10239E
Black with #10239E
Text Example
Text Example
White with #10239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10239E; }
p { color: rgb(16,35,158); }
H1.HeaderClassName
{
color: #10239E;
}
.AnyTagClassName
{
color: #10239E;
}
</style>
background-color css
<style>
a { background-color: #10239E; }
a { background-color: rgb(16,35,158); }
div.DivClassName
{
background-color: #10239E;
}
.BgClassName
{
background-color: #10239E;
}
</style>
border-color css
<style>
span { border-color: #10239E; }
span { border-color: rgb(16,35,158); }
td.TdClassName
{
border-color: #10239E;
}
.TagClassName
{
border-color: #10239E;
}
</style>