Shades of Egyptian Blue #153896
Tints of Egyptian Blue #153896
RGB
CMYK
RGB Variations
Color information
#153896 (or 0x153896) is known color: Egyptian Blue. HEX triplet: 15, 38 and 96. RGB value is (21,56,150). Sum of RGB (Red+Green+Blue) = 21+56+150=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #153896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153896 is #EAC769. Grayscale: #373737. Windows color (decimal): -15386474 or 9844757. OLE color: 9844757.
HSL color Cylindrical-coordinate representation of color #153896: hue angle of 223.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153896 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 56 | 150 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.41 |
| HSL | 223.72º | 0.75% | 0.34% | - |
| HSV(B) | 223.72º | 0.86% | 0.59% | - |
| XYZ | 7.23 | 5.19 | 29.47 | - |
| YUV | 56.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 150 | 0.86 | 0.63 | 0 | 0.41 | 223.72 | 0.75 | 0.34 |
| Hex | 15 | 38 | 96 | 56 | 3F | 0 | 29 | E0 | 4B | 22 |
| Octal | 25 | 70 | 226 | 126 | 77 | 0 | 51 | 340 | 113 | 42 |
| Binary | 10101 | 111000 | 10010110 | 1010110 | 111111 | 0 | 101001 | 11100000 | 1001011 | 100010 |
Color Harmonies of #153896
Complementary color
Monochromatic Colors of #153896
Black with #153896
Text Example
Text Example
White with #153896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153896; }
p { color: rgb(21,56,150); }
H1.HeaderClassName
{
color: #153896;
}
.AnyTagClassName
{
color: #153896;
}
</style>
background-color css
<style>
a { background-color: #153896; }
a { background-color: rgb(21,56,150); }
div.DivClassName
{
background-color: #153896;
}
.BgClassName
{
background-color: #153896;
}
</style>
border-color css
<style>
span { border-color: #153896; }
span { border-color: rgb(21,56,150); }
td.TdClassName
{
border-color: #153896;
}
.TagClassName
{
border-color: #153896;
}
</style>