Shades of Egyptian Blue #102391
Tints of Egyptian Blue #102391
RGB
CMYK
RGB Variations
Color information
#102391 (or 0x102391) is known color: Egyptian Blue. HEX triplet: 10, 23 and 91. RGB value is (16,35,145). Sum of RGB (Red+Green+Blue) = 16+35+145=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #102391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102391 is #EFDC6E. Grayscale: #292929. Windows color (decimal): -15719535 or 9511696. OLE color: 9511696.
HSL color Cylindrical-coordinate representation of color #102391: hue angle of 231.16º 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 #102391 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 35 | 145 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.43 |
| HSL | 231.16º | 0.8% | 0.32% | - |
| HSV(B) | 231.16º | 0.89% | 0.57% | - |
| XYZ | 5.93 | 3.36 | 27.12 | - |
| YUV | 41.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 145 | 0.89 | 0.76 | 0 | 0.43 | 231.16 | 0.8 | 0.32 |
| Hex | 10 | 23 | 91 | 59 | 4C | 0 | 2B | E7 | 50 | 20 |
| Octal | 20 | 43 | 221 | 131 | 114 | 0 | 53 | 347 | 120 | 40 |
| Binary | 10000 | 100011 | 10010001 | 1011001 | 1001100 | 0 | 101011 | 11100111 | 1010000 | 100000 |
Color Harmonies of #102391
Complementary color
Monochromatic Colors of #102391
Black with #102391
Text Example
Text Example
White with #102391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102391; }
p { color: rgb(16,35,145); }
H1.HeaderClassName
{
color: #102391;
}
.AnyTagClassName
{
color: #102391;
}
</style>
background-color css
<style>
a { background-color: #102391; }
a { background-color: rgb(16,35,145); }
div.DivClassName
{
background-color: #102391;
}
.BgClassName
{
background-color: #102391;
}
</style>
border-color css
<style>
span { border-color: #102391; }
span { border-color: rgb(16,35,145); }
td.TdClassName
{
border-color: #102391;
}
.TagClassName
{
border-color: #102391;
}
</style>