Shades of Egyptian Blue #1532AF
Tints of Egyptian Blue #1532AF
RGB
CMYK
RGB Variations
Color information
#1532AF (or 0x1532AF) is known color: Egyptian Blue. HEX triplet: 15, 32 and AF. RGB value is (21,50,175). Sum of RGB (Red+Green+Blue) = 21+50+175=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #1532AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532AF is #EACD50. Grayscale: #373737. Windows color (decimal): -15387985 or 11481621. OLE color: 11481621.
HSL color Cylindrical-coordinate representation of color #1532AF: hue angle of 228.7º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1532AF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 50 | 175 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.31 |
| HSL | 228.7º | 0.79% | 0.38% | - |
| HSV(B) | 228.7º | 0.88% | 0.69% | - |
| XYZ | 9.19 | 5.54 | 41.14 | - |
| YUV | 55.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 175 | 0.88 | 0.71 | 0 | 0.31 | 228.7 | 0.79 | 0.38 |
| Hex | 15 | 32 | AF | 58 | 47 | 0 | 1F | E5 | 4F | 26 |
| Octal | 25 | 62 | 257 | 130 | 107 | 0 | 37 | 345 | 117 | 46 |
| Binary | 10101 | 110010 | 10101111 | 1011000 | 1000111 | 0 | 11111 | 11100101 | 1001111 | 100110 |
Color Harmonies of #1532AF
Complementary color
Monochromatic Colors of #1532AF
Black with #1532AF
Text Example
Text Example
White with #1532AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1532AF; }
p { color: rgb(21,50,175); }
H1.HeaderClassName
{
color: #1532AF;
}
.AnyTagClassName
{
color: #1532AF;
}
</style>
background-color css
<style>
a { background-color: #1532AF; }
a { background-color: rgb(21,50,175); }
div.DivClassName
{
background-color: #1532AF;
}
.BgClassName
{
background-color: #1532AF;
}
</style>
border-color css
<style>
span { border-color: #1532AF; }
span { border-color: rgb(21,50,175); }
td.TdClassName
{
border-color: #1532AF;
}
.TagClassName
{
border-color: #1532AF;
}
</style>