Shades of Egyptian Blue #1525AD
Tints of Egyptian Blue #1525AD
RGB
CMYK
RGB Variations
Color information
#1525AD (or 0x1525AD) is known color: Egyptian Blue. HEX triplet: 15, 25 and AD. RGB value is (21,37,173). Sum of RGB (Red+Green+Blue) = 21+37+173=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #1525AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1525AD is #EADA52. Grayscale: #2F2F2F. Windows color (decimal): -15391315 or 11347221. OLE color: 11347221.
HSL color Cylindrical-coordinate representation of color #1525AD: hue angle of 233.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1525AD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 37 | 173 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.32 |
| HSL | 233.68º | 0.78% | 0.38% | - |
| HSV(B) | 233.68º | 0.88% | 0.68% | - |
| XYZ | 8.51 | 4.5 | 39.95 | - |
| YUV | 47.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 173 | 0.88 | 0.79 | 0 | 0.32 | 233.68 | 0.78 | 0.38 |
| Hex | 15 | 25 | AD | 58 | 4F | 0 | 20 | EA | 4E | 26 |
| Octal | 25 | 45 | 255 | 130 | 117 | 0 | 40 | 352 | 116 | 46 |
| Binary | 10101 | 100101 | 10101101 | 1011000 | 1001111 | 0 | 100000 | 11101010 | 1001110 | 100110 |
Color Harmonies of #1525AD
Complementary color
Monochromatic Colors of #1525AD
Black with #1525AD
Text Example
Text Example
White with #1525AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525AD; }
p { color: rgb(21,37,173); }
H1.HeaderClassName
{
color: #1525AD;
}
.AnyTagClassName
{
color: #1525AD;
}
</style>
background-color css
<style>
a { background-color: #1525AD; }
a { background-color: rgb(21,37,173); }
div.DivClassName
{
background-color: #1525AD;
}
.BgClassName
{
background-color: #1525AD;
}
</style>
border-color css
<style>
span { border-color: #1525AD; }
span { border-color: rgb(21,37,173); }
td.TdClassName
{
border-color: #1525AD;
}
.TagClassName
{
border-color: #1525AD;
}
</style>