Shades of Egyptian Blue #1842A0
Tints of Egyptian Blue #1842A0
RGB
CMYK
RGB Variations
Color information
#1842A0 (or 0x1842A0) is known color: Egyptian Blue. HEX triplet: 18, 42 and A0. RGB value is (24,66,160). Sum of RGB (Red+Green+Blue) = 24+66+160=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #1842A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1842A0 is #E7BD5F. Grayscale: #3F3F3F. Windows color (decimal): -15187296 or 10502680. OLE color: 10502680.
HSL color Cylindrical-coordinate representation of color #1842A0: hue angle of 221.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1842A0 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 66 | 160 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.37 |
| HSL | 221.47º | 0.74% | 0.36% | - |
| HSV(B) | 221.47º | 0.85% | 0.63% | - |
| XYZ | 8.67 | 6.63 | 34.08 | - |
| YUV | 64.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 160 | 0.85 | 0.59 | 0 | 0.37 | 221.47 | 0.74 | 0.36 |
| Hex | 18 | 42 | A0 | 55 | 3B | 0 | 25 | DD | 4A | 24 |
| Octal | 30 | 102 | 240 | 125 | 73 | 0 | 45 | 335 | 112 | 44 |
| Binary | 11000 | 1000010 | 10100000 | 1010101 | 111011 | 0 | 100101 | 11011101 | 1001010 | 100100 |
Color Harmonies of #1842A0
Complementary color
Monochromatic Colors of #1842A0
Black with #1842A0
Text Example
Text Example
White with #1842A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842A0; }
p { color: rgb(24,66,160); }
H1.HeaderClassName
{
color: #1842A0;
}
.AnyTagClassName
{
color: #1842A0;
}
</style>
background-color css
<style>
a { background-color: #1842A0; }
a { background-color: rgb(24,66,160); }
div.DivClassName
{
background-color: #1842A0;
}
.BgClassName
{
background-color: #1842A0;
}
</style>
border-color css
<style>
span { border-color: #1842A0; }
span { border-color: rgb(24,66,160); }
td.TdClassName
{
border-color: #1842A0;
}
.TagClassName
{
border-color: #1842A0;
}
</style>