Shades of Egyptian Blue #153992
Tints of Egyptian Blue #153992
RGB
CMYK
RGB Variations
Color information
#153992 (or 0x153992) is known color: Egyptian Blue. HEX triplet: 15, 39 and 92. RGB value is (21,57,146). Sum of RGB (Red+Green+Blue) = 21+57+146=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #153992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153992 is #EAC66D. Grayscale: #373737. Windows color (decimal): -15386222 or 9582869. OLE color: 9582869.
HSL color Cylindrical-coordinate representation of color #153992: hue angle of 222.72º 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 #153992 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 57 | 146 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.43 |
| HSL | 222.72º | 0.75% | 0.33% | - |
| HSV(B) | 222.72º | 0.86% | 0.57% | - |
| XYZ | 6.96 | 5.16 | 27.82 | - |
| YUV | 56.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 146 | 0.86 | 0.61 | 0 | 0.43 | 222.72 | 0.75 | 0.33 |
| Hex | 15 | 39 | 92 | 56 | 3D | 0 | 2B | DF | 4B | 21 |
| Octal | 25 | 71 | 222 | 126 | 75 | 0 | 53 | 337 | 113 | 41 |
| Binary | 10101 | 111001 | 10010010 | 1010110 | 111101 | 0 | 101011 | 11011111 | 1001011 | 100001 |
Color Harmonies of #153992
Complementary color
Monochromatic Colors of #153992
Black with #153992
Text Example
Text Example
White with #153992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153992; }
p { color: rgb(21,57,146); }
H1.HeaderClassName
{
color: #153992;
}
.AnyTagClassName
{
color: #153992;
}
</style>
background-color css
<style>
a { background-color: #153992; }
a { background-color: rgb(21,57,146); }
div.DivClassName
{
background-color: #153992;
}
.BgClassName
{
background-color: #153992;
}
</style>
border-color css
<style>
span { border-color: #153992; }
span { border-color: rgb(21,57,146); }
td.TdClassName
{
border-color: #153992;
}
.TagClassName
{
border-color: #153992;
}
</style>