Shades of Egyptian Blue #10289E
Tints of Egyptian Blue #10289E
RGB
CMYK
RGB Variations
Color information
#10289E (or 0x10289E) is known color: Egyptian Blue. HEX triplet: 10, 28 and 9E. RGB value is (16,40,158). Sum of RGB (Red+Green+Blue) = 16+40+158=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #10289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10289E is #EFD761. Grayscale: #2D2D2D. Windows color (decimal): -15718242 or 10364944. OLE color: 10364944.
HSL color Cylindrical-coordinate representation of color #10289E: hue angle of 229.86º 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 #10289E is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 40 | 158 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.38 |
| HSL | 229.86º | 0.82% | 0.34% | - |
| HSV(B) | 229.86º | 0.9% | 0.62% | - |
| XYZ | 7.14 | 4.1 | 32.76 | - |
| YUV | 46.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 158 | 0.90 | 0.75 | 0 | 0.38 | 229.86 | 0.82 | 0.34 |
| Hex | 10 | 28 | 9E | 5A | 4B | 0 | 26 | E6 | 52 | 22 |
| Octal | 20 | 50 | 236 | 132 | 113 | 0 | 46 | 346 | 122 | 42 |
| Binary | 10000 | 101000 | 10011110 | 1011010 | 1001011 | 0 | 100110 | 11100110 | 1010010 | 100010 |
Color Harmonies of #10289E
Complementary color
Monochromatic Colors of #10289E
Black with #10289E
Text Example
Text Example
White with #10289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10289E; }
p { color: rgb(16,40,158); }
H1.HeaderClassName
{
color: #10289E;
}
.AnyTagClassName
{
color: #10289E;
}
</style>
background-color css
<style>
a { background-color: #10289E; }
a { background-color: rgb(16,40,158); }
div.DivClassName
{
background-color: #10289E;
}
.BgClassName
{
background-color: #10289E;
}
</style>
border-color css
<style>
span { border-color: #10289E; }
span { border-color: rgb(16,40,158); }
td.TdClassName
{
border-color: #10289E;
}
.TagClassName
{
border-color: #10289E;
}
</style>