Shades of Egyptian Blue #1525AC
Tints of Egyptian Blue #1525AC
RGB
CMYK
RGB Variations
Color information
#1525AC (or 0x1525AC) is known color: Egyptian Blue. HEX triplet: 15, 25 and AC. RGB value is (21,37,172). Sum of RGB (Red+Green+Blue) = 21+37+172=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #1525AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1525AC is #EADA53. Grayscale: #2F2F2F. Windows color (decimal): -15391316 or 11281685. OLE color: 11281685.
HSL color Cylindrical-coordinate representation of color #1525AC: hue angle of 233.64º 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 #1525AC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 37 | 172 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.33 |
| HSL | 233.64º | 0.78% | 0.38% | - |
| HSV(B) | 233.64º | 0.88% | 0.67% | - |
| XYZ | 8.42 | 4.46 | 39.45 | - |
| YUV | 47.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 172 | 0.88 | 0.78 | 0 | 0.33 | 233.64 | 0.78 | 0.38 |
| Hex | 15 | 25 | AC | 58 | 4E | 0 | 21 | EA | 4E | 26 |
| Octal | 25 | 45 | 254 | 130 | 116 | 0 | 41 | 352 | 116 | 46 |
| Binary | 10101 | 100101 | 10101100 | 1011000 | 1001110 | 0 | 100001 | 11101010 | 1001110 | 100110 |
Color Harmonies of #1525AC
Complementary color
Monochromatic Colors of #1525AC
Black with #1525AC
Text Example
Text Example
White with #1525AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525AC; }
p { color: rgb(21,37,172); }
H1.HeaderClassName
{
color: #1525AC;
}
.AnyTagClassName
{
color: #1525AC;
}
</style>
background-color css
<style>
a { background-color: #1525AC; }
a { background-color: rgb(21,37,172); }
div.DivClassName
{
background-color: #1525AC;
}
.BgClassName
{
background-color: #1525AC;
}
</style>
border-color css
<style>
span { border-color: #1525AC; }
span { border-color: rgb(21,37,172); }
td.TdClassName
{
border-color: #1525AC;
}
.TagClassName
{
border-color: #1525AC;
}
</style>