Shades of Egyptian Blue #154193
Tints of Egyptian Blue #154193
RGB
CMYK
RGB Variations
Color information
#154193 (or 0x154193) is known color: Egyptian Blue. HEX triplet: 15, 41 and 93. RGB value is (21,65,147). Sum of RGB (Red+Green+Blue) = 21+65+147=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #154193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154193 is #EABE6C. Grayscale: #3C3C3C. Windows color (decimal): -15384173 or 9650453. OLE color: 9650453.
HSL color Cylindrical-coordinate representation of color #154193: hue angle of 219.05º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154193 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 65 | 147 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.42 |
| HSL | 219.05º | 0.75% | 0.33% | - |
| HSV(B) | 219.05º | 0.86% | 0.58% | - |
| XYZ | 7.47 | 6.05 | 28.38 | - |
| YUV | 61.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 147 | 0.86 | 0.56 | 0 | 0.42 | 219.05 | 0.75 | 0.33 |
| Hex | 15 | 41 | 93 | 56 | 38 | 0 | 2A | DB | 4B | 21 |
| Octal | 25 | 101 | 223 | 126 | 70 | 0 | 52 | 333 | 113 | 41 |
| Binary | 10101 | 1000001 | 10010011 | 1010110 | 111000 | 0 | 101010 | 11011011 | 1001011 | 100001 |
Color Harmonies of #154193
Complementary color
Monochromatic Colors of #154193
Black with #154193
Text Example
Text Example
White with #154193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154193; }
p { color: rgb(21,65,147); }
H1.HeaderClassName
{
color: #154193;
}
.AnyTagClassName
{
color: #154193;
}
</style>
background-color css
<style>
a { background-color: #154193; }
a { background-color: rgb(21,65,147); }
div.DivClassName
{
background-color: #154193;
}
.BgClassName
{
background-color: #154193;
}
</style>
border-color css
<style>
span { border-color: #154193; }
span { border-color: rgb(21,65,147); }
td.TdClassName
{
border-color: #154193;
}
.TagClassName
{
border-color: #154193;
}
</style>