Shades of Egyptian Blue #1841AE
Tints of Egyptian Blue #1841AE
RGB
CMYK
RGB Variations
Color information
#1841AE (or 0x1841AE) is known color: Egyptian Blue. HEX triplet: 18, 41 and AE. RGB value is (24,65,174). Sum of RGB (Red+Green+Blue) = 24+65+174=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1841AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1841AE is #E7BE51. Grayscale: #404040. Windows color (decimal): -15187538 or 11419928. OLE color: 11419928.
HSL color Cylindrical-coordinate representation of color #1841AE: hue angle of 223.6º 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 #1841AE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 65 | 174 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.32 |
| HSL | 223.6º | 0.76% | 0.39% | - |
| HSV(B) | 223.6º | 0.86% | 0.68% | - |
| XYZ | 9.91 | 7.03 | 40.88 | - |
| YUV | 65.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 174 | 0.86 | 0.63 | 0 | 0.32 | 223.6 | 0.76 | 0.39 |
| Hex | 18 | 41 | AE | 56 | 3F | 0 | 20 | E0 | 4C | 27 |
| Octal | 30 | 101 | 256 | 126 | 77 | 0 | 40 | 340 | 114 | 47 |
| Binary | 11000 | 1000001 | 10101110 | 1010110 | 111111 | 0 | 100000 | 11100000 | 1001100 | 100111 |
Color Harmonies of #1841AE
Complementary color
Monochromatic Colors of #1841AE
Black with #1841AE
Text Example
Text Example
White with #1841AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841AE; }
p { color: rgb(24,65,174); }
H1.HeaderClassName
{
color: #1841AE;
}
.AnyTagClassName
{
color: #1841AE;
}
</style>
background-color css
<style>
a { background-color: #1841AE; }
a { background-color: rgb(24,65,174); }
div.DivClassName
{
background-color: #1841AE;
}
.BgClassName
{
background-color: #1841AE;
}
</style>
border-color css
<style>
span { border-color: #1841AE; }
span { border-color: rgb(24,65,174); }
td.TdClassName
{
border-color: #1841AE;
}
.TagClassName
{
border-color: #1841AE;
}
</style>