Shades of Egyptian Blue #153F94
Tints of Egyptian Blue #153F94
RGB
CMYK
RGB Variations
Color information
#153F94 (or 0x153F94) is known color: Egyptian Blue. HEX triplet: 15, 3F and 94. RGB value is (21,63,148). Sum of RGB (Red+Green+Blue) = 21+63+148=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #153F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F94 is #EAC06B. Grayscale: #3B3B3B. Windows color (decimal): -15384684 or 9715477. OLE color: 9715477.
HSL color Cylindrical-coordinate representation of color #153F94: hue angle of 220.16º 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 #153F94 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 63 | 148 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.42 |
| HSL | 220.16º | 0.75% | 0.33% | - |
| HSV(B) | 220.16º | 0.86% | 0.58% | - |
| XYZ | 7.43 | 5.85 | 28.75 | - |
| YUV | 60.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 148 | 0.86 | 0.57 | 0 | 0.42 | 220.16 | 0.75 | 0.33 |
| Hex | 15 | 3F | 94 | 56 | 39 | 0 | 2A | DC | 4B | 21 |
| Octal | 25 | 77 | 224 | 126 | 71 | 0 | 52 | 334 | 113 | 41 |
| Binary | 10101 | 111111 | 10010100 | 1010110 | 111001 | 0 | 101010 | 11011100 | 1001011 | 100001 |
Color Harmonies of #153F94
Complementary color
Monochromatic Colors of #153F94
Black with #153F94
Text Example
Text Example
White with #153F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F94; }
p { color: rgb(21,63,148); }
H1.HeaderClassName
{
color: #153F94;
}
.AnyTagClassName
{
color: #153F94;
}
</style>
background-color css
<style>
a { background-color: #153F94; }
a { background-color: rgb(21,63,148); }
div.DivClassName
{
background-color: #153F94;
}
.BgClassName
{
background-color: #153F94;
}
</style>
border-color css
<style>
span { border-color: #153F94; }
span { border-color: rgb(21,63,148); }
td.TdClassName
{
border-color: #153F94;
}
.TagClassName
{
border-color: #153F94;
}
</style>