Shades of Egyptian Blue #1837AD
Tints of Egyptian Blue #1837AD
RGB
CMYK
RGB Variations
Color information
#1837AD (or 0x1837AD) is known color: Egyptian Blue. HEX triplet: 18, 37 and AD. RGB value is (24,55,173). Sum of RGB (Red+Green+Blue) = 24+55+173=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #1837AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1837AD is #E7C852. Grayscale: #3A3A3A. Windows color (decimal): -15190099 or 11351832. OLE color: 11351832.
HSL color Cylindrical-coordinate representation of color #1837AD: hue angle of 227.52º 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 #1837AD is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 55 | 173 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.32 |
| HSL | 227.52º | 0.76% | 0.39% | - |
| HSV(B) | 227.52º | 0.86% | 0.68% | - |
| XYZ | 9.29 | 5.94 | 40.19 | - |
| YUV | 59.18 | 192.23 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 173 | 0.86 | 0.68 | 0 | 0.32 | 227.52 | 0.76 | 0.39 |
| Hex | 18 | 37 | AD | 56 | 44 | 0 | 20 | E4 | 4C | 27 |
| Octal | 30 | 67 | 255 | 126 | 104 | 0 | 40 | 344 | 114 | 47 |
| Binary | 11000 | 110111 | 10101101 | 1010110 | 1000100 | 0 | 100000 | 11100100 | 1001100 | 100111 |
Color Harmonies of #1837AD
Complementary color
Monochromatic Colors of #1837AD
Black with #1837AD
Text Example
Text Example
White with #1837AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837AD; }
p { color: rgb(24,55,173); }
H1.HeaderClassName
{
color: #1837AD;
}
.AnyTagClassName
{
color: #1837AD;
}
</style>
background-color css
<style>
a { background-color: #1837AD; }
a { background-color: rgb(24,55,173); }
div.DivClassName
{
background-color: #1837AD;
}
.BgClassName
{
background-color: #1837AD;
}
</style>
border-color css
<style>
span { border-color: #1837AD; }
span { border-color: rgb(24,55,173); }
td.TdClassName
{
border-color: #1837AD;
}
.TagClassName
{
border-color: #1837AD;
}
</style>