Shades of Egyptian Blue #1848AA
Tints of Egyptian Blue #1848AA
RGB
CMYK
RGB Variations
Color information
#1848AA (or 0x1848AA) is known color: Egyptian Blue. HEX triplet: 18, 48 and AA. RGB value is (24,72,170). Sum of RGB (Red+Green+Blue) = 24+72+170=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #1848AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1848AA is #E7B755. Grayscale: #444444. Windows color (decimal): -15185750 or 11159576. OLE color: 11159576.
HSL color Cylindrical-coordinate representation of color #1848AA: hue angle of 220.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1848AA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 72 | 170 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.33 |
| HSL | 220.27º | 0.75% | 0.38% | - |
| HSV(B) | 220.27º | 0.86% | 0.67% | - |
| XYZ | 9.95 | 7.73 | 39 | - |
| YUV | 68.82 | 185.1 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 170 | 0.86 | 0.58 | 0 | 0.33 | 220.27 | 0.75 | 0.38 |
| Hex | 18 | 48 | AA | 56 | 3A | 0 | 21 | DC | 4B | 26 |
| Octal | 30 | 110 | 252 | 126 | 72 | 0 | 41 | 334 | 113 | 46 |
| Binary | 11000 | 1001000 | 10101010 | 1010110 | 111010 | 0 | 100001 | 11011100 | 1001011 | 100110 |
Color Harmonies of #1848AA
Complementary color
Monochromatic Colors of #1848AA
Black with #1848AA
Text Example
Text Example
White with #1848AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848AA; }
p { color: rgb(24,72,170); }
H1.HeaderClassName
{
color: #1848AA;
}
.AnyTagClassName
{
color: #1848AA;
}
</style>
background-color css
<style>
a { background-color: #1848AA; }
a { background-color: rgb(24,72,170); }
div.DivClassName
{
background-color: #1848AA;
}
.BgClassName
{
background-color: #1848AA;
}
</style>
border-color css
<style>
span { border-color: #1848AA; }
span { border-color: rgb(24,72,170); }
td.TdClassName
{
border-color: #1848AA;
}
.TagClassName
{
border-color: #1848AA;
}
</style>