Shades of Egyptian Blue #1523AD
Tints of Egyptian Blue #1523AD
RGB
CMYK
RGB Variations
Color information
#1523AD (or 0x1523AD) is known color: Egyptian Blue. HEX triplet: 15, 23 and AD. RGB value is (21,35,173). Sum of RGB (Red+Green+Blue) = 21+35+173=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #1523AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1523AD is #EADC52. Grayscale: #2D2D2D. Windows color (decimal): -15391827 or 11346709. OLE color: 11346709.
HSL color Cylindrical-coordinate representation of color #1523AD: hue angle of 234.47º 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 #1523AD is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 35 | 173 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.32 |
| HSL | 234.47º | 0.78% | 0.38% | - |
| HSV(B) | 234.47º | 0.88% | 0.68% | - |
| XYZ | 8.45 | 4.38 | 39.93 | - |
| YUV | 46.55 | 199.36 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 173 | 0.88 | 0.80 | 0 | 0.32 | 234.47 | 0.78 | 0.38 |
| Hex | 15 | 23 | AD | 58 | 50 | 0 | 20 | EA | 4E | 26 |
| Octal | 25 | 43 | 255 | 130 | 120 | 0 | 40 | 352 | 116 | 46 |
| Binary | 10101 | 100011 | 10101101 | 1011000 | 1010000 | 0 | 100000 | 11101010 | 1001110 | 100110 |
Color Harmonies of #1523AD
Complementary color
Monochromatic Colors of #1523AD
Black with #1523AD
Text Example
Text Example
White with #1523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1523AD; }
p { color: rgb(21,35,173); }
H1.HeaderClassName
{
color: #1523AD;
}
.AnyTagClassName
{
color: #1523AD;
}
</style>
background-color css
<style>
a { background-color: #1523AD; }
a { background-color: rgb(21,35,173); }
div.DivClassName
{
background-color: #1523AD;
}
.BgClassName
{
background-color: #1523AD;
}
</style>
border-color css
<style>
span { border-color: #1523AD; }
span { border-color: rgb(21,35,173); }
td.TdClassName
{
border-color: #1523AD;
}
.TagClassName
{
border-color: #1523AD;
}
</style>