Shades of Egyptian Blue #102492
Tints of Egyptian Blue #102492
RGB
CMYK
RGB Variations
Color information
#102492 (or 0x102492) is known color: Egyptian Blue. HEX triplet: 10, 24 and 92. RGB value is (16,36,146). Sum of RGB (Red+Green+Blue) = 16+36+146=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #102492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102492 is #EFDB6D. Grayscale: #2A2A2A. Windows color (decimal): -15719278 or 9577488. OLE color: 9577488.
HSL color Cylindrical-coordinate representation of color #102492: hue angle of 230.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102492 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 36 | 146 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.43 |
| HSL | 230.77º | 0.8% | 0.32% | - |
| HSV(B) | 230.77º | 0.89% | 0.57% | - |
| XYZ | 6.03 | 3.45 | 27.54 | - |
| YUV | 42.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 146 | 0.89 | 0.75 | 0 | 0.43 | 230.77 | 0.8 | 0.32 |
| Hex | 10 | 24 | 92 | 59 | 4B | 0 | 2B | E7 | 50 | 20 |
| Octal | 20 | 44 | 222 | 131 | 113 | 0 | 53 | 347 | 120 | 40 |
| Binary | 10000 | 100100 | 10010010 | 1011001 | 1001011 | 0 | 101011 | 11100111 | 1010000 | 100000 |
Color Harmonies of #102492
Complementary color
Monochromatic Colors of #102492
Black with #102492
Text Example
Text Example
White with #102492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102492; }
p { color: rgb(16,36,146); }
H1.HeaderClassName
{
color: #102492;
}
.AnyTagClassName
{
color: #102492;
}
</style>
background-color css
<style>
a { background-color: #102492; }
a { background-color: rgb(16,36,146); }
div.DivClassName
{
background-color: #102492;
}
.BgClassName
{
background-color: #102492;
}
</style>
border-color css
<style>
span { border-color: #102492; }
span { border-color: rgb(16,36,146); }
td.TdClassName
{
border-color: #102492;
}
.TagClassName
{
border-color: #102492;
}
</style>