Shades of Egyptian Blue #1827AD
Tints of Egyptian Blue #1827AD
RGB
CMYK
RGB Variations
Color information
#1827AD (or 0x1827AD) is known color: Egyptian Blue. HEX triplet: 18, 27 and AD. RGB value is (24,39,173). Sum of RGB (Red+Green+Blue) = 24+39+173=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #1827AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1827AD is #E7D852. Grayscale: #313131. Windows color (decimal): -15194195 or 11347736. OLE color: 11347736.
HSL color Cylindrical-coordinate representation of color #1827AD: hue angle of 233.96º 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 #1827AD is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 39 | 173 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.32 |
| HSL | 233.96º | 0.76% | 0.39% | - |
| HSV(B) | 233.96º | 0.86% | 0.68% | - |
| XYZ | 8.65 | 4.66 | 39.98 | - |
| YUV | 49.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 173 | 0.86 | 0.77 | 0 | 0.32 | 233.96 | 0.76 | 0.39 |
| Hex | 18 | 27 | AD | 56 | 4D | 0 | 20 | EA | 4C | 27 |
| Octal | 30 | 47 | 255 | 126 | 115 | 0 | 40 | 352 | 114 | 47 |
| Binary | 11000 | 100111 | 10101101 | 1010110 | 1001101 | 0 | 100000 | 11101010 | 1001100 | 100111 |
Color Harmonies of #1827AD
Complementary color
Monochromatic Colors of #1827AD
Black with #1827AD
Text Example
Text Example
White with #1827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827AD; }
p { color: rgb(24,39,173); }
H1.HeaderClassName
{
color: #1827AD;
}
.AnyTagClassName
{
color: #1827AD;
}
</style>
background-color css
<style>
a { background-color: #1827AD; }
a { background-color: rgb(24,39,173); }
div.DivClassName
{
background-color: #1827AD;
}
.BgClassName
{
background-color: #1827AD;
}
</style>
border-color css
<style>
span { border-color: #1827AD; }
span { border-color: rgb(24,39,173); }
td.TdClassName
{
border-color: #1827AD;
}
.TagClassName
{
border-color: #1827AD;
}
</style>