Shades of Egyptian Blue #153D92
Tints of Egyptian Blue #153D92
RGB
CMYK
RGB Variations
Color information
#153D92 (or 0x153D92) is known color: Egyptian Blue. HEX triplet: 15, 3D and 92. RGB value is (21,61,146). Sum of RGB (Red+Green+Blue) = 21+61+146=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #153D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D92 is #EAC26D. Grayscale: #3A3A3A. Windows color (decimal): -15385198 or 9583893. OLE color: 9583893.
HSL color Cylindrical-coordinate representation of color #153D92: hue angle of 220.8º 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 #153D92 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 61 | 146 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.43 |
| HSL | 220.8º | 0.75% | 0.33% | - |
| HSV(B) | 220.8º | 0.86% | 0.57% | - |
| XYZ | 7.17 | 5.57 | 27.89 | - |
| YUV | 58.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 146 | 0.86 | 0.58 | 0 | 0.43 | 220.8 | 0.75 | 0.33 |
| Hex | 15 | 3D | 92 | 56 | 3A | 0 | 2B | DD | 4B | 21 |
| Octal | 25 | 75 | 222 | 126 | 72 | 0 | 53 | 335 | 113 | 41 |
| Binary | 10101 | 111101 | 10010010 | 1010110 | 111010 | 0 | 101011 | 11011101 | 1001011 | 100001 |
Color Harmonies of #153D92
Complementary color
Monochromatic Colors of #153D92
Black with #153D92
Text Example
Text Example
White with #153D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D92; }
p { color: rgb(21,61,146); }
H1.HeaderClassName
{
color: #153D92;
}
.AnyTagClassName
{
color: #153D92;
}
</style>
background-color css
<style>
a { background-color: #153D92; }
a { background-color: rgb(21,61,146); }
div.DivClassName
{
background-color: #153D92;
}
.BgClassName
{
background-color: #153D92;
}
</style>
border-color css
<style>
span { border-color: #153D92; }
span { border-color: rgb(21,61,146); }
td.TdClassName
{
border-color: #153D92;
}
.TagClassName
{
border-color: #153D92;
}
</style>