Shades of Egyptian Blue #154293
Tints of Egyptian Blue #154293
RGB
CMYK
RGB Variations
Color information
#154293 (or 0x154293) is known color: Egyptian Blue. HEX triplet: 15, 42 and 93. RGB value is (21,66,147). Sum of RGB (Red+Green+Blue) = 21+66+147=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #154293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154293 is #EABD6C. Grayscale: #3D3D3D. Windows color (decimal): -15383917 or 9650709. OLE color: 9650709.
HSL color Cylindrical-coordinate representation of color #154293: hue angle of 218.57º 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 #154293 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 66 | 147 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.42 |
| HSL | 218.57º | 0.75% | 0.33% | - |
| HSV(B) | 218.57º | 0.86% | 0.58% | - |
| XYZ | 7.52 | 6.16 | 28.4 | - |
| YUV | 61.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 147 | 0.86 | 0.55 | 0 | 0.42 | 218.57 | 0.75 | 0.33 |
| Hex | 15 | 42 | 93 | 56 | 37 | 0 | 2A | DB | 4B | 21 |
| Octal | 25 | 102 | 223 | 126 | 67 | 0 | 52 | 333 | 113 | 41 |
| Binary | 10101 | 1000010 | 10010011 | 1010110 | 110111 | 0 | 101010 | 11011011 | 1001011 | 100001 |
Color Harmonies of #154293
Complementary color
Monochromatic Colors of #154293
Black with #154293
Text Example
Text Example
White with #154293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154293; }
p { color: rgb(21,66,147); }
H1.HeaderClassName
{
color: #154293;
}
.AnyTagClassName
{
color: #154293;
}
</style>
background-color css
<style>
a { background-color: #154293; }
a { background-color: rgb(21,66,147); }
div.DivClassName
{
background-color: #154293;
}
.BgClassName
{
background-color: #154293;
}
</style>
border-color css
<style>
span { border-color: #154293; }
span { border-color: rgb(21,66,147); }
td.TdClassName
{
border-color: #154293;
}
.TagClassName
{
border-color: #154293;
}
</style>