Shades of Egyptian Blue #154394
Tints of Egyptian Blue #154394
RGB
CMYK
RGB Variations
Color information
#154394 (or 0x154394) is known color: Egyptian Blue. HEX triplet: 15, 43 and 94. RGB value is (21,67,148). Sum of RGB (Red+Green+Blue) = 21+67+148=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #154394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154394 is #EABC6B. Grayscale: #3E3E3E. Windows color (decimal): -15383660 or 9716501. OLE color: 9716501.
HSL color Cylindrical-coordinate representation of color #154394: hue angle of 218.27º 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 #154394 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 67 | 148 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.42 |
| HSL | 218.27º | 0.75% | 0.33% | - |
| HSV(B) | 218.27º | 0.86% | 0.58% | - |
| XYZ | 7.66 | 6.31 | 28.83 | - |
| YUV | 62.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 148 | 0.86 | 0.55 | 0 | 0.42 | 218.27 | 0.75 | 0.33 |
| Hex | 15 | 43 | 94 | 56 | 37 | 0 | 2A | DA | 4B | 21 |
| Octal | 25 | 103 | 224 | 126 | 67 | 0 | 52 | 332 | 113 | 41 |
| Binary | 10101 | 1000011 | 10010100 | 1010110 | 110111 | 0 | 101010 | 11011010 | 1001011 | 100001 |
Color Harmonies of #154394
Complementary color
Monochromatic Colors of #154394
Black with #154394
Text Example
Text Example
White with #154394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154394; }
p { color: rgb(21,67,148); }
H1.HeaderClassName
{
color: #154394;
}
.AnyTagClassName
{
color: #154394;
}
</style>
background-color css
<style>
a { background-color: #154394; }
a { background-color: rgb(21,67,148); }
div.DivClassName
{
background-color: #154394;
}
.BgClassName
{
background-color: #154394;
}
</style>
border-color css
<style>
span { border-color: #154394; }
span { border-color: rgb(21,67,148); }
td.TdClassName
{
border-color: #154394;
}
.TagClassName
{
border-color: #154394;
}
</style>