Shades of Egyptian Blue #153B91
Tints of Egyptian Blue #153B91
RGB
CMYK
RGB Variations
Color information
#153B91 (or 0x153B91) is known color: Egyptian Blue. HEX triplet: 15, 3B and 91. RGB value is (21,59,145). Sum of RGB (Red+Green+Blue) = 21+59+145=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #153B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B91 is #EAC46E. Grayscale: #393939. Windows color (decimal): -15385711 or 9517845. OLE color: 9517845.
HSL color Cylindrical-coordinate representation of color #153B91: hue angle of 221.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153B91 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 59 | 145 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.43 |
| HSL | 221.61º | 0.75% | 0.33% | - |
| HSV(B) | 221.61º | 0.86% | 0.57% | - |
| XYZ | 6.98 | 5.33 | 27.45 | - |
| YUV | 57.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 145 | 0.86 | 0.59 | 0 | 0.43 | 221.61 | 0.75 | 0.33 |
| Hex | 15 | 3B | 91 | 56 | 3B | 0 | 2B | DE | 4B | 21 |
| Octal | 25 | 73 | 221 | 126 | 73 | 0 | 53 | 336 | 113 | 41 |
| Binary | 10101 | 111011 | 10010001 | 1010110 | 111011 | 0 | 101011 | 11011110 | 1001011 | 100001 |
Color Harmonies of #153B91
Complementary color
Monochromatic Colors of #153B91
Black with #153B91
Text Example
Text Example
White with #153B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B91; }
p { color: rgb(21,59,145); }
H1.HeaderClassName
{
color: #153B91;
}
.AnyTagClassName
{
color: #153B91;
}
</style>
background-color css
<style>
a { background-color: #153B91; }
a { background-color: rgb(21,59,145); }
div.DivClassName
{
background-color: #153B91;
}
.BgClassName
{
background-color: #153B91;
}
</style>
border-color css
<style>
span { border-color: #153B91; }
span { border-color: rgb(21,59,145); }
td.TdClassName
{
border-color: #153B91;
}
.TagClassName
{
border-color: #153B91;
}
</style>