Shades of Egyptian Blue #102495
Tints of Egyptian Blue #102495
RGB
CMYK
RGB Variations
Color information
#102495 (or 0x102495) is known color: Egyptian Blue. HEX triplet: 10, 24 and 95. RGB value is (16,36,149). Sum of RGB (Red+Green+Blue) = 16+36+149=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #102495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102495 is #EFDB6A. Grayscale: #2A2A2A. Windows color (decimal): -15719275 or 9774096. OLE color: 9774096.
HSL color Cylindrical-coordinate representation of color #102495: hue angle of 230.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102495 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 36 | 149 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.42 |
| HSL | 230.98º | 0.81% | 0.32% | - |
| HSV(B) | 230.98º | 0.89% | 0.58% | - |
| XYZ | 6.27 | 3.54 | 28.79 | - |
| YUV | 42.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 149 | 0.89 | 0.76 | 0 | 0.42 | 230.98 | 0.81 | 0.32 |
| Hex | 10 | 24 | 95 | 59 | 4C | 0 | 2A | E7 | 51 | 20 |
| Octal | 20 | 44 | 225 | 131 | 114 | 0 | 52 | 347 | 121 | 40 |
| Binary | 10000 | 100100 | 10010101 | 1011001 | 1001100 | 0 | 101010 | 11100111 | 1010001 | 100000 |
Color Harmonies of #102495
Complementary color
Monochromatic Colors of #102495
Black with #102495
Text Example
Text Example
White with #102495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102495; }
p { color: rgb(16,36,149); }
H1.HeaderClassName
{
color: #102495;
}
.AnyTagClassName
{
color: #102495;
}
</style>
background-color css
<style>
a { background-color: #102495; }
a { background-color: rgb(16,36,149); }
div.DivClassName
{
background-color: #102495;
}
.BgClassName
{
background-color: #102495;
}
</style>
border-color css
<style>
span { border-color: #102495; }
span { border-color: rgb(16,36,149); }
td.TdClassName
{
border-color: #102495;
}
.TagClassName
{
border-color: #102495;
}
</style>