Shades of Egyptian Blue #152BA4
Tints of Egyptian Blue #152BA4
RGB
CMYK
RGB Variations
Color information
#152BA4 (or 0x152BA4) is known color: Egyptian Blue. HEX triplet: 15, 2B and A4. RGB value is (21,43,164). Sum of RGB (Red+Green+Blue) = 21+43+164=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #152BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA4 is #EAD45B. Grayscale: #313131. Windows color (decimal): -15389788 or 10758933. OLE color: 10758933.
HSL color Cylindrical-coordinate representation of color #152BA4: hue angle of 230.77º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152BA4 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 43 | 164 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.36 |
| HSL | 230.77º | 0.77% | 0.36% | - |
| HSV(B) | 230.77º | 0.87% | 0.64% | - |
| XYZ | 7.87 | 4.57 | 35.59 | - |
| YUV | 50.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 164 | 0.87 | 0.74 | 0 | 0.36 | 230.77 | 0.77 | 0.36 |
| Hex | 15 | 2B | A4 | 57 | 4A | 0 | 24 | E7 | 4D | 24 |
| Octal | 25 | 53 | 244 | 127 | 112 | 0 | 44 | 347 | 115 | 44 |
| Binary | 10101 | 101011 | 10100100 | 1010111 | 1001010 | 0 | 100100 | 11100111 | 1001101 | 100100 |
Color Harmonies of #152BA4
Complementary color
Monochromatic Colors of #152BA4
Black with #152BA4
Text Example
Text Example
White with #152BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BA4; }
p { color: rgb(21,43,164); }
H1.HeaderClassName
{
color: #152BA4;
}
.AnyTagClassName
{
color: #152BA4;
}
</style>
background-color css
<style>
a { background-color: #152BA4; }
a { background-color: rgb(21,43,164); }
div.DivClassName
{
background-color: #152BA4;
}
.BgClassName
{
background-color: #152BA4;
}
</style>
border-color css
<style>
span { border-color: #152BA4; }
span { border-color: rgb(21,43,164); }
td.TdClassName
{
border-color: #152BA4;
}
.TagClassName
{
border-color: #152BA4;
}
</style>