Shades of Egyptian Blue #1541AB
Tints of Egyptian Blue #1541AB
RGB
CMYK
RGB Variations
Color information
#1541AB (or 0x1541AB) is known color: Egyptian Blue. HEX triplet: 15, 41 and AB. RGB value is (21,65,171). Sum of RGB (Red+Green+Blue) = 21+65+171=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #1541AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AB is #EABE54. Grayscale: #3F3F3F. Windows color (decimal): -15384149 or 11223317. OLE color: 11223317.
HSL color Cylindrical-coordinate representation of color #1541AB: hue angle of 222.4º 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 #1541AB is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 65 | 171 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.33 |
| HSL | 222.4º | 0.78% | 0.38% | - |
| HSV(B) | 222.4º | 0.88% | 0.67% | - |
| XYZ | 9.55 | 6.88 | 39.35 | - |
| YUV | 63.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 171 | 0.88 | 0.62 | 0 | 0.33 | 222.4 | 0.78 | 0.38 |
| Hex | 15 | 41 | AB | 58 | 3E | 0 | 21 | DE | 4E | 26 |
| Octal | 25 | 101 | 253 | 130 | 76 | 0 | 41 | 336 | 116 | 46 |
| Binary | 10101 | 1000001 | 10101011 | 1011000 | 111110 | 0 | 100001 | 11011110 | 1001110 | 100110 |
Color Harmonies of #1541AB
Complementary color
Monochromatic Colors of #1541AB
Black with #1541AB
Text Example
Text Example
White with #1541AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541AB; }
p { color: rgb(21,65,171); }
H1.HeaderClassName
{
color: #1541AB;
}
.AnyTagClassName
{
color: #1541AB;
}
</style>
background-color css
<style>
a { background-color: #1541AB; }
a { background-color: rgb(21,65,171); }
div.DivClassName
{
background-color: #1541AB;
}
.BgClassName
{
background-color: #1541AB;
}
</style>
border-color css
<style>
span { border-color: #1541AB; }
span { border-color: rgb(21,65,171); }
td.TdClassName
{
border-color: #1541AB;
}
.TagClassName
{
border-color: #1541AB;
}
</style>