Shades of Egyptian Blue #154194
Tints of Egyptian Blue #154194
RGB
CMYK
RGB Variations
Color information
#154194 (or 0x154194) is known color: Egyptian Blue. HEX triplet: 15, 41 and 94. RGB value is (21,65,148). Sum of RGB (Red+Green+Blue) = 21+65+148=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #154194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154194 is #EABE6B. Grayscale: #3C3C3C. Windows color (decimal): -15384172 or 9715989. OLE color: 9715989.
HSL color Cylindrical-coordinate representation of color #154194: hue angle of 219.21º 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 #154194 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 65 | 148 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.42 |
| HSL | 219.21º | 0.75% | 0.33% | - |
| HSV(B) | 219.21º | 0.86% | 0.58% | - |
| XYZ | 7.54 | 6.08 | 28.79 | - |
| YUV | 61.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 148 | 0.86 | 0.56 | 0 | 0.42 | 219.21 | 0.75 | 0.33 |
| Hex | 15 | 41 | 94 | 56 | 38 | 0 | 2A | DB | 4B | 21 |
| Octal | 25 | 101 | 224 | 126 | 70 | 0 | 52 | 333 | 113 | 41 |
| Binary | 10101 | 1000001 | 10010100 | 1010110 | 111000 | 0 | 101010 | 11011011 | 1001011 | 100001 |
Color Harmonies of #154194
Complementary color
Monochromatic Colors of #154194
Black with #154194
Text Example
Text Example
White with #154194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154194; }
p { color: rgb(21,65,148); }
H1.HeaderClassName
{
color: #154194;
}
.AnyTagClassName
{
color: #154194;
}
</style>
background-color css
<style>
a { background-color: #154194; }
a { background-color: rgb(21,65,148); }
div.DivClassName
{
background-color: #154194;
}
.BgClassName
{
background-color: #154194;
}
</style>
border-color css
<style>
span { border-color: #154194; }
span { border-color: rgb(21,65,148); }
td.TdClassName
{
border-color: #154194;
}
.TagClassName
{
border-color: #154194;
}
</style>