Shades of Egyptian Blue #152AAB
Tints of Egyptian Blue #152AAB
RGB
CMYK
RGB Variations
Color information
#152AAB (or 0x152AAB) is known color: Egyptian Blue. HEX triplet: 15, 2A and AB. RGB value is (21,42,171). Sum of RGB (Red+Green+Blue) = 21+42+171=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #152AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AAB is #EAD554. Grayscale: #313131. Windows color (decimal): -15390037 or 11217429. OLE color: 11217429.
HSL color Cylindrical-coordinate representation of color #152AAB: hue angle of 231.6º 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 #152AAB is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 42 | 171 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.33 |
| HSL | 231.6º | 0.78% | 0.38% | - |
| HSV(B) | 231.6º | 0.88% | 0.67% | - |
| XYZ | 8.49 | 4.76 | 39 | - |
| YUV | 50.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 171 | 0.88 | 0.75 | 0 | 0.33 | 231.6 | 0.78 | 0.38 |
| Hex | 15 | 2A | AB | 58 | 4B | 0 | 21 | E8 | 4E | 26 |
| Octal | 25 | 52 | 253 | 130 | 113 | 0 | 41 | 350 | 116 | 46 |
| Binary | 10101 | 101010 | 10101011 | 1011000 | 1001011 | 0 | 100001 | 11101000 | 1001110 | 100110 |
Color Harmonies of #152AAB
Complementary color
Monochromatic Colors of #152AAB
Black with #152AAB
Text Example
Text Example
White with #152AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AAB; }
p { color: rgb(21,42,171); }
H1.HeaderClassName
{
color: #152AAB;
}
.AnyTagClassName
{
color: #152AAB;
}
</style>
background-color css
<style>
a { background-color: #152AAB; }
a { background-color: rgb(21,42,171); }
div.DivClassName
{
background-color: #152AAB;
}
.BgClassName
{
background-color: #152AAB;
}
</style>
border-color css
<style>
span { border-color: #152AAB; }
span { border-color: rgb(21,42,171); }
td.TdClassName
{
border-color: #152AAB;
}
.TagClassName
{
border-color: #152AAB;
}
</style>