Shades of Egyptian Blue #152AAC
Tints of Egyptian Blue #152AAC
RGB
CMYK
RGB Variations
Color information
#152AAC (or 0x152AAC) is known color: Egyptian Blue. HEX triplet: 15, 2A and AC. RGB value is (21,42,172). Sum of RGB (Red+Green+Blue) = 21+42+172=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #152AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AAC is #EAD553. Grayscale: #323232. Windows color (decimal): -15390036 or 11282965. OLE color: 11282965.
HSL color Cylindrical-coordinate representation of color #152AAC: hue angle of 231.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152AAC is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 42 | 172 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.33 |
| HSL | 231.66º | 0.78% | 0.38% | - |
| HSV(B) | 231.66º | 0.88% | 0.67% | - |
| XYZ | 8.58 | 4.79 | 39.5 | - |
| YUV | 50.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 172 | 0.88 | 0.76 | 0 | 0.33 | 231.66 | 0.78 | 0.38 |
| Hex | 15 | 2A | AC | 58 | 4C | 0 | 21 | E8 | 4E | 26 |
| Octal | 25 | 52 | 254 | 130 | 114 | 0 | 41 | 350 | 116 | 46 |
| Binary | 10101 | 101010 | 10101100 | 1011000 | 1001100 | 0 | 100001 | 11101000 | 1001110 | 100110 |
Color Harmonies of #152AAC
Complementary color
Monochromatic Colors of #152AAC
Black with #152AAC
Text Example
Text Example
White with #152AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AAC; }
p { color: rgb(21,42,172); }
H1.HeaderClassName
{
color: #152AAC;
}
.AnyTagClassName
{
color: #152AAC;
}
</style>
background-color css
<style>
a { background-color: #152AAC; }
a { background-color: rgb(21,42,172); }
div.DivClassName
{
background-color: #152AAC;
}
.BgClassName
{
background-color: #152AAC;
}
</style>
border-color css
<style>
span { border-color: #152AAC; }
span { border-color: rgb(21,42,172); }
td.TdClassName
{
border-color: #152AAC;
}
.TagClassName
{
border-color: #152AAC;
}
</style>