Shades of Egyptian Blue #153996
Tints of Egyptian Blue #153996
RGB
CMYK
RGB Variations
Color information
#153996 (or 0x153996) is known color: Egyptian Blue. HEX triplet: 15, 39 and 96. RGB value is (21,57,150). Sum of RGB (Red+Green+Blue) = 21+57+150=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #153996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153996 is #EAC669. Grayscale: #383838. Windows color (decimal): -15386218 or 9845013. OLE color: 9845013.
HSL color Cylindrical-coordinate representation of color #153996: hue angle of 223.26º 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 #153996 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 57 | 150 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.41 |
| HSL | 223.26º | 0.75% | 0.34% | - |
| HSV(B) | 223.26º | 0.86% | 0.59% | - |
| XYZ | 7.28 | 5.29 | 29.49 | - |
| YUV | 56.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 150 | 0.86 | 0.62 | 0 | 0.41 | 223.26 | 0.75 | 0.34 |
| Hex | 15 | 39 | 96 | 56 | 3E | 0 | 29 | DF | 4B | 22 |
| Octal | 25 | 71 | 226 | 126 | 76 | 0 | 51 | 337 | 113 | 42 |
| Binary | 10101 | 111001 | 10010110 | 1010110 | 111110 | 0 | 101001 | 11011111 | 1001011 | 100010 |
Color Harmonies of #153996
Complementary color
Monochromatic Colors of #153996
Black with #153996
Text Example
Text Example
White with #153996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153996; }
p { color: rgb(21,57,150); }
H1.HeaderClassName
{
color: #153996;
}
.AnyTagClassName
{
color: #153996;
}
</style>
background-color css
<style>
a { background-color: #153996; }
a { background-color: rgb(21,57,150); }
div.DivClassName
{
background-color: #153996;
}
.BgClassName
{
background-color: #153996;
}
</style>
border-color css
<style>
span { border-color: #153996; }
span { border-color: rgb(21,57,150); }
td.TdClassName
{
border-color: #153996;
}
.TagClassName
{
border-color: #153996;
}
</style>