Shades of Egyptian Blue #1837AA
Tints of Egyptian Blue #1837AA
RGB
CMYK
RGB Variations
Color information
#1837AA (or 0x1837AA) is known color: Egyptian Blue. HEX triplet: 18, 37 and AA. RGB value is (24,55,170). Sum of RGB (Red+Green+Blue) = 24+55+170=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #1837AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1837AA is #E7C855. Grayscale: #3A3A3A. Windows color (decimal): -15190102 or 11155224. OLE color: 11155224.
HSL color Cylindrical-coordinate representation of color #1837AA: hue angle of 227.26º 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 #1837AA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 55 | 170 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.33 |
| HSL | 227.26º | 0.75% | 0.38% | - |
| HSV(B) | 227.26º | 0.86% | 0.67% | - |
| XYZ | 9 | 5.83 | 38.68 | - |
| YUV | 58.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 170 | 0.86 | 0.68 | 0 | 0.33 | 227.26 | 0.75 | 0.38 |
| Hex | 18 | 37 | AA | 56 | 44 | 0 | 21 | E3 | 4B | 26 |
| Octal | 30 | 67 | 252 | 126 | 104 | 0 | 41 | 343 | 113 | 46 |
| Binary | 11000 | 110111 | 10101010 | 1010110 | 1000100 | 0 | 100001 | 11100011 | 1001011 | 100110 |
Color Harmonies of #1837AA
Complementary color
Monochromatic Colors of #1837AA
Black with #1837AA
Text Example
Text Example
White with #1837AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837AA; }
p { color: rgb(24,55,170); }
H1.HeaderClassName
{
color: #1837AA;
}
.AnyTagClassName
{
color: #1837AA;
}
</style>
background-color css
<style>
a { background-color: #1837AA; }
a { background-color: rgb(24,55,170); }
div.DivClassName
{
background-color: #1837AA;
}
.BgClassName
{
background-color: #1837AA;
}
</style>
border-color css
<style>
span { border-color: #1837AA; }
span { border-color: rgb(24,55,170); }
td.TdClassName
{
border-color: #1837AA;
}
.TagClassName
{
border-color: #1837AA;
}
</style>