Shades of Egyptian Blue #183EAE
Tints of Egyptian Blue #183EAE
RGB
CMYK
RGB Variations
Color information
#183EAE (or 0x183EAE) is known color: Egyptian Blue. HEX triplet: 18, 3E and AE. RGB value is (24,62,174). Sum of RGB (Red+Green+Blue) = 24+62+174=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #183EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183EAE is #E7C151. Grayscale: #3E3E3E. Windows color (decimal): -15188306 or 11419160. OLE color: 11419160.
HSL color Cylindrical-coordinate representation of color #183EAE: hue angle of 224.8º 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 #183EAE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 62 | 174 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.32 |
| HSL | 224.8º | 0.76% | 0.39% | - |
| HSV(B) | 224.8º | 0.86% | 0.68% | - |
| XYZ | 9.74 | 6.7 | 40.82 | - |
| YUV | 63.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 174 | 0.86 | 0.64 | 0 | 0.32 | 224.8 | 0.76 | 0.39 |
| Hex | 18 | 3E | AE | 56 | 40 | 0 | 20 | E1 | 4C | 27 |
| Octal | 30 | 76 | 256 | 126 | 100 | 0 | 40 | 341 | 114 | 47 |
| Binary | 11000 | 111110 | 10101110 | 1010110 | 1000000 | 0 | 100000 | 11100001 | 1001100 | 100111 |
Color Harmonies of #183EAE
Complementary color
Monochromatic Colors of #183EAE
Black with #183EAE
Text Example
Text Example
White with #183EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183EAE; }
p { color: rgb(24,62,174); }
H1.HeaderClassName
{
color: #183EAE;
}
.AnyTagClassName
{
color: #183EAE;
}
</style>
background-color css
<style>
a { background-color: #183EAE; }
a { background-color: rgb(24,62,174); }
div.DivClassName
{
background-color: #183EAE;
}
.BgClassName
{
background-color: #183EAE;
}
</style>
border-color css
<style>
span { border-color: #183EAE; }
span { border-color: rgb(24,62,174); }
td.TdClassName
{
border-color: #183EAE;
}
.TagClassName
{
border-color: #183EAE;
}
</style>