Shades of Egyptian Blue #1530A0
Tints of Egyptian Blue #1530A0
RGB
CMYK
RGB Variations
Color information
#1530A0 (or 0x1530A0) is known color: Egyptian Blue. HEX triplet: 15, 30 and A0. RGB value is (21,48,160). Sum of RGB (Red+Green+Blue) = 21+48+160=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #1530A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1530A0 is #EACF5F. Grayscale: #343434. Windows color (decimal): -15388512 or 10498069. OLE color: 10498069.
HSL color Cylindrical-coordinate representation of color #1530A0: hue angle of 228.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1530A0 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 48 | 160 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.37 |
| HSL | 228.35º | 0.77% | 0.35% | - |
| HSV(B) | 228.35º | 0.87% | 0.63% | - |
| XYZ | 7.71 | 4.81 | 33.78 | - |
| YUV | 52.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 160 | 0.87 | 0.70 | 0 | 0.37 | 228.35 | 0.77 | 0.35 |
| Hex | 15 | 30 | A0 | 57 | 46 | 0 | 25 | E4 | 4D | 23 |
| Octal | 25 | 60 | 240 | 127 | 106 | 0 | 45 | 344 | 115 | 43 |
| Binary | 10101 | 110000 | 10100000 | 1010111 | 1000110 | 0 | 100101 | 11100100 | 1001101 | 100011 |
Color Harmonies of #1530A0
Complementary color
Monochromatic Colors of #1530A0
Black with #1530A0
Text Example
Text Example
White with #1530A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530A0; }
p { color: rgb(21,48,160); }
H1.HeaderClassName
{
color: #1530A0;
}
.AnyTagClassName
{
color: #1530A0;
}
</style>
background-color css
<style>
a { background-color: #1530A0; }
a { background-color: rgb(21,48,160); }
div.DivClassName
{
background-color: #1530A0;
}
.BgClassName
{
background-color: #1530A0;
}
</style>
border-color css
<style>
span { border-color: #1530A0; }
span { border-color: rgb(21,48,160); }
td.TdClassName
{
border-color: #1530A0;
}
.TagClassName
{
border-color: #1530A0;
}
</style>