Shades of Egyptian Blue #102997
Tints of Egyptian Blue #102997
RGB
CMYK
RGB Variations
Color information
#102997 (or 0x102997) is known color: Egyptian Blue. HEX triplet: 10, 29 and 97. RGB value is (16,41,151). Sum of RGB (Red+Green+Blue) = 16+41+151=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #102997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102997 is #EFD668. Grayscale: #2D2D2D. Windows color (decimal): -15717993 or 9906448. OLE color: 9906448.
HSL color Cylindrical-coordinate representation of color #102997: hue angle of 228.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102997 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 41 | 151 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.41 |
| HSL | 228.89º | 0.81% | 0.33% | - |
| HSV(B) | 228.89º | 0.89% | 0.59% | - |
| XYZ | 6.59 | 3.93 | 29.69 | - |
| YUV | 46.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 151 | 0.89 | 0.73 | 0 | 0.41 | 228.89 | 0.81 | 0.33 |
| Hex | 10 | 29 | 97 | 59 | 49 | 0 | 29 | E5 | 51 | 21 |
| Octal | 20 | 51 | 227 | 131 | 111 | 0 | 51 | 345 | 121 | 41 |
| Binary | 10000 | 101001 | 10010111 | 1011001 | 1001001 | 0 | 101001 | 11100101 | 1010001 | 100001 |
Color Harmonies of #102997
Complementary color
Monochromatic Colors of #102997
Black with #102997
Text Example
Text Example
White with #102997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102997; }
p { color: rgb(16,41,151); }
H1.HeaderClassName
{
color: #102997;
}
.AnyTagClassName
{
color: #102997;
}
</style>
background-color css
<style>
a { background-color: #102997; }
a { background-color: rgb(16,41,151); }
div.DivClassName
{
background-color: #102997;
}
.BgClassName
{
background-color: #102997;
}
</style>
border-color css
<style>
span { border-color: #102997; }
span { border-color: rgb(16,41,151); }
td.TdClassName
{
border-color: #102997;
}
.TagClassName
{
border-color: #102997;
}
</style>