Shades of Egyptian Blue #152BA5
Tints of Egyptian Blue #152BA5
RGB
CMYK
RGB Variations
Color information
#152BA5 (or 0x152BA5) is known color: Egyptian Blue. HEX triplet: 15, 2B and A5. RGB value is (21,43,165). Sum of RGB (Red+Green+Blue) = 21+43+165=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #152BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA5 is #EAD45A. Grayscale: #313131. Windows color (decimal): -15389787 or 10824469. OLE color: 10824469.
HSL color Cylindrical-coordinate representation of color #152BA5: hue angle of 230.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152BA5 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 43 | 165 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.35 |
| HSL | 230.83º | 0.77% | 0.36% | - |
| HSV(B) | 230.83º | 0.87% | 0.65% | - |
| XYZ | 7.96 | 4.6 | 36.07 | - |
| YUV | 50.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 165 | 0.87 | 0.74 | 0 | 0.35 | 230.83 | 0.77 | 0.36 |
| Hex | 15 | 2B | A5 | 57 | 4A | 0 | 23 | E7 | 4D | 24 |
| Octal | 25 | 53 | 245 | 127 | 112 | 0 | 43 | 347 | 115 | 44 |
| Binary | 10101 | 101011 | 10100101 | 1010111 | 1001010 | 0 | 100011 | 11100111 | 1001101 | 100100 |
Color Harmonies of #152BA5
Complementary color
Monochromatic Colors of #152BA5
Black with #152BA5
Text Example
Text Example
White with #152BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BA5; }
p { color: rgb(21,43,165); }
H1.HeaderClassName
{
color: #152BA5;
}
.AnyTagClassName
{
color: #152BA5;
}
</style>
background-color css
<style>
a { background-color: #152BA5; }
a { background-color: rgb(21,43,165); }
div.DivClassName
{
background-color: #152BA5;
}
.BgClassName
{
background-color: #152BA5;
}
</style>
border-color css
<style>
span { border-color: #152BA5; }
span { border-color: rgb(21,43,165); }
td.TdClassName
{
border-color: #152BA5;
}
.TagClassName
{
border-color: #152BA5;
}
</style>