Shades of Egyptian Blue #1832AD
Tints of Egyptian Blue #1832AD
RGB
CMYK
RGB Variations
Color information
#1832AD (or 0x1832AD) is known color: Egyptian Blue. HEX triplet: 18, 32 and AD. RGB value is (24,50,173). Sum of RGB (Red+Green+Blue) = 24+50+173=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1832AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1832AD is #E7CD52. Grayscale: #373737. Windows color (decimal): -15191379 or 11350552. OLE color: 11350552.
HSL color Cylindrical-coordinate representation of color #1832AD: hue angle of 229.53º degrees, saturation: 0.76, 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 #1832AD is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 50 | 173 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.32 |
| HSL | 229.53º | 0.76% | 0.39% | - |
| HSV(B) | 229.53º | 0.86% | 0.68% | - |
| XYZ | 9.06 | 5.49 | 40.12 | - |
| YUV | 56.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 173 | 0.86 | 0.71 | 0 | 0.32 | 229.53 | 0.76 | 0.39 |
| Hex | 18 | 32 | AD | 56 | 47 | 0 | 20 | E6 | 4C | 27 |
| Octal | 30 | 62 | 255 | 126 | 107 | 0 | 40 | 346 | 114 | 47 |
| Binary | 11000 | 110010 | 10101101 | 1010110 | 1000111 | 0 | 100000 | 11100110 | 1001100 | 100111 |
Color Harmonies of #1832AD
Complementary color
Monochromatic Colors of #1832AD
Black with #1832AD
Text Example
Text Example
White with #1832AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1832AD; }
p { color: rgb(24,50,173); }
H1.HeaderClassName
{
color: #1832AD;
}
.AnyTagClassName
{
color: #1832AD;
}
</style>
background-color css
<style>
a { background-color: #1832AD; }
a { background-color: rgb(24,50,173); }
div.DivClassName
{
background-color: #1832AD;
}
.BgClassName
{
background-color: #1832AD;
}
</style>
border-color css
<style>
span { border-color: #1832AD; }
span { border-color: rgb(24,50,173); }
td.TdClassName
{
border-color: #1832AD;
}
.TagClassName
{
border-color: #1832AD;
}
</style>