Shades of Egyptian Blue #1932AD
Tints of Egyptian Blue #1932AD
RGB
CMYK
RGB Variations
Color information
#1932AD (or 0x1932AD) is known color: Egyptian Blue. HEX triplet: 19, 32 and AD. RGB value is (25,50,173). Sum of RGB (Red+Green+Blue) = 25+50+173=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #1932AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1932AD is #E6CD52. Grayscale: #383838. Windows color (decimal): -15125843 or 11350553. OLE color: 11350553.
HSL color Cylindrical-coordinate representation of color #1932AD: hue angle of 229.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1932AD is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 50 | 173 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.32 |
| HSL | 229.86º | 0.75% | 0.39% | - |
| HSV(B) | 229.86º | 0.86% | 0.68% | - |
| XYZ | 9.08 | 5.51 | 40.12 | - |
| YUV | 56.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 173 | 0.86 | 0.71 | 0 | 0.32 | 229.86 | 0.75 | 0.39 |
| Hex | 19 | 32 | AD | 56 | 47 | 0 | 20 | E6 | 4B | 27 |
| Octal | 31 | 62 | 255 | 126 | 107 | 0 | 40 | 346 | 113 | 47 |
| Binary | 11001 | 110010 | 10101101 | 1010110 | 1000111 | 0 | 100000 | 11100110 | 1001011 | 100111 |
Color Harmonies of #1932AD
Complementary color
Monochromatic Colors of #1932AD
Black with #1932AD
Text Example
Text Example
White with #1932AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1932AD; }
p { color: rgb(25,50,173); }
H1.HeaderClassName
{
color: #1932AD;
}
.AnyTagClassName
{
color: #1932AD;
}
</style>
background-color css
<style>
a { background-color: #1932AD; }
a { background-color: rgb(25,50,173); }
div.DivClassName
{
background-color: #1932AD;
}
.BgClassName
{
background-color: #1932AD;
}
</style>
border-color css
<style>
span { border-color: #1932AD; }
span { border-color: rgb(25,50,173); }
td.TdClassName
{
border-color: #1932AD;
}
.TagClassName
{
border-color: #1932AD;
}
</style>