Shades of Egyptian Blue #1526AC
Tints of Egyptian Blue #1526AC
RGB
CMYK
RGB Variations
Color information
#1526AC (or 0x1526AC) is known color: Egyptian Blue. HEX triplet: 15, 26 and AC. RGB value is (21,38,172). Sum of RGB (Red+Green+Blue) = 21+38+172=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #1526AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1526AC is #EAD953. Grayscale: #2F2F2F. Windows color (decimal): -15391060 or 11281941. OLE color: 11281941.
HSL color Cylindrical-coordinate representation of color #1526AC: hue angle of 233.25º 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 #1526AC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 38 | 172 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.33 |
| HSL | 233.25º | 0.78% | 0.38% | - |
| HSV(B) | 233.25º | 0.88% | 0.67% | - |
| XYZ | 8.45 | 4.52 | 39.46 | - |
| YUV | 48.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 172 | 0.88 | 0.78 | 0 | 0.33 | 233.25 | 0.78 | 0.38 |
| Hex | 15 | 26 | AC | 58 | 4E | 0 | 21 | E9 | 4E | 26 |
| Octal | 25 | 46 | 254 | 130 | 116 | 0 | 41 | 351 | 116 | 46 |
| Binary | 10101 | 100110 | 10101100 | 1011000 | 1001110 | 0 | 100001 | 11101001 | 1001110 | 100110 |
Color Harmonies of #1526AC
Complementary color
Monochromatic Colors of #1526AC
Black with #1526AC
Text Example
Text Example
White with #1526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526AC; }
p { color: rgb(21,38,172); }
H1.HeaderClassName
{
color: #1526AC;
}
.AnyTagClassName
{
color: #1526AC;
}
</style>
background-color css
<style>
a { background-color: #1526AC; }
a { background-color: rgb(21,38,172); }
div.DivClassName
{
background-color: #1526AC;
}
.BgClassName
{
background-color: #1526AC;
}
</style>
border-color css
<style>
span { border-color: #1526AC; }
span { border-color: rgb(21,38,172); }
td.TdClassName
{
border-color: #1526AC;
}
.TagClassName
{
border-color: #1526AC;
}
</style>