Shades of Egyptian Blue #152C92
Tints of Egyptian Blue #152C92
RGB
CMYK
RGB Variations
Color information
#152C92 (or 0x152C92) is known color: Egyptian Blue. HEX triplet: 15, 2C and 92. RGB value is (21,44,146). Sum of RGB (Red+Green+Blue) = 21+44+146=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #152C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C92 is #EAD36D. Grayscale: #303030. Windows color (decimal): -15389550 or 9579541. OLE color: 9579541.
HSL color Cylindrical-coordinate representation of color #152C92: hue angle of 228.96º 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 #152C92 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 44 | 146 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.43 |
| HSL | 228.96º | 0.75% | 0.33% | - |
| HSV(B) | 228.96º | 0.86% | 0.57% | - |
| XYZ | 6.4 | 4.04 | 27.64 | - |
| YUV | 48.75 | 182.88 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 146 | 0.86 | 0.70 | 0 | 0.43 | 228.96 | 0.75 | 0.33 |
| Hex | 15 | 2C | 92 | 56 | 46 | 0 | 2B | E5 | 4B | 21 |
| Octal | 25 | 54 | 222 | 126 | 106 | 0 | 53 | 345 | 113 | 41 |
| Binary | 10101 | 101100 | 10010010 | 1010110 | 1000110 | 0 | 101011 | 11100101 | 1001011 | 100001 |
Color Harmonies of #152C92
Complementary color
Monochromatic Colors of #152C92
Black with #152C92
Text Example
Text Example
White with #152C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C92; }
p { color: rgb(21,44,146); }
H1.HeaderClassName
{
color: #152C92;
}
.AnyTagClassName
{
color: #152C92;
}
</style>
background-color css
<style>
a { background-color: #152C92; }
a { background-color: rgb(21,44,146); }
div.DivClassName
{
background-color: #152C92;
}
.BgClassName
{
background-color: #152C92;
}
</style>
border-color css
<style>
span { border-color: #152C92; }
span { border-color: rgb(21,44,146); }
td.TdClassName
{
border-color: #152C92;
}
.TagClassName
{
border-color: #152C92;
}
</style>