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