Shades of Egyptian Blue #153799
Tints of Egyptian Blue #153799
RGB
CMYK
RGB Variations
Color information
#153799 (or 0x153799) is known color: Egyptian Blue. HEX triplet: 15, 37 and 99. RGB value is (21,55,153). Sum of RGB (Red+Green+Blue) = 21+55+153=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #153799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153799 is #EAC866. Grayscale: #373737. Windows color (decimal): -15386727 or 10041109. OLE color: 10041109.
HSL color Cylindrical-coordinate representation of color #153799: hue angle of 224.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153799 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 55 | 153 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.4 |
| HSL | 224.55º | 0.76% | 0.34% | - |
| HSV(B) | 224.55º | 0.86% | 0.6% | - |
| XYZ | 7.43 | 5.19 | 30.75 | - |
| YUV | 56.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 153 | 0.86 | 0.64 | 0 | 0.4 | 224.55 | 0.76 | 0.34 |
| Hex | 15 | 37 | 99 | 56 | 40 | 0 | 28 | E1 | 4C | 22 |
| Octal | 25 | 67 | 231 | 126 | 100 | 0 | 50 | 341 | 114 | 42 |
| Binary | 10101 | 110111 | 10011001 | 1010110 | 1000000 | 0 | 101000 | 11100001 | 1001100 | 100010 |
Color Harmonies of #153799
Complementary color
Monochromatic Colors of #153799
Black with #153799
Text Example
Text Example
White with #153799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153799; }
p { color: rgb(21,55,153); }
H1.HeaderClassName
{
color: #153799;
}
.AnyTagClassName
{
color: #153799;
}
</style>
background-color css
<style>
a { background-color: #153799; }
a { background-color: rgb(21,55,153); }
div.DivClassName
{
background-color: #153799;
}
.BgClassName
{
background-color: #153799;
}
</style>
border-color css
<style>
span { border-color: #153799; }
span { border-color: rgb(21,55,153); }
td.TdClassName
{
border-color: #153799;
}
.TagClassName
{
border-color: #153799;
}
</style>