Shades of Egyptian Blue #1533A1
Tints of Egyptian Blue #1533A1
RGB
CMYK
RGB Variations
Color information
#1533A1 (or 0x1533A1) is known color: Egyptian Blue. HEX triplet: 15, 33 and A1. RGB value is (21,51,161). Sum of RGB (Red+Green+Blue) = 21+51+161=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #1533A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1533A1 is #EACC5E. Grayscale: #363636. Windows color (decimal): -15387743 or 10564373. OLE color: 10564373.
HSL color Cylindrical-coordinate representation of color #1533A1: hue angle of 227.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1533A1 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 51 | 161 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.37 |
| HSL | 227.14º | 0.77% | 0.36% | - |
| HSV(B) | 227.14º | 0.87% | 0.63% | - |
| XYZ | 7.93 | 5.1 | 34.28 | - |
| YUV | 54.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 161 | 0.87 | 0.68 | 0 | 0.37 | 227.14 | 0.77 | 0.36 |
| Hex | 15 | 33 | A1 | 57 | 44 | 0 | 25 | E3 | 4D | 24 |
| Octal | 25 | 63 | 241 | 127 | 104 | 0 | 45 | 343 | 115 | 44 |
| Binary | 10101 | 110011 | 10100001 | 1010111 | 1000100 | 0 | 100101 | 11100011 | 1001101 | 100100 |
Color Harmonies of #1533A1
Complementary color
Monochromatic Colors of #1533A1
Black with #1533A1
Text Example
Text Example
White with #1533A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533A1; }
p { color: rgb(21,51,161); }
H1.HeaderClassName
{
color: #1533A1;
}
.AnyTagClassName
{
color: #1533A1;
}
</style>
background-color css
<style>
a { background-color: #1533A1; }
a { background-color: rgb(21,51,161); }
div.DivClassName
{
background-color: #1533A1;
}
.BgClassName
{
background-color: #1533A1;
}
</style>
border-color css
<style>
span { border-color: #1533A1; }
span { border-color: rgb(21,51,161); }
td.TdClassName
{
border-color: #1533A1;
}
.TagClassName
{
border-color: #1533A1;
}
</style>