Shades of Egyptian Blue #1842AB
Tints of Egyptian Blue #1842AB
RGB
CMYK
RGB Variations
Color information
#1842AB (or 0x1842AB) is known color: Egyptian Blue. HEX triplet: 18, 42 and AB. RGB value is (24,66,171). Sum of RGB (Red+Green+Blue) = 24+66+171=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1842AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1842AB is #E7BD54. Grayscale: #404040. Windows color (decimal): -15187285 or 11223576. OLE color: 11223576.
HSL color Cylindrical-coordinate representation of color #1842AB: hue angle of 222.86º 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 #1842AB is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 66 | 171 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.33 |
| HSL | 222.86º | 0.75% | 0.38% | - |
| HSV(B) | 222.86º | 0.86% | 0.67% | - |
| XYZ | 9.68 | 7.03 | 39.38 | - |
| YUV | 65.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 171 | 0.86 | 0.61 | 0 | 0.33 | 222.86 | 0.75 | 0.38 |
| Hex | 18 | 42 | AB | 56 | 3D | 0 | 21 | DF | 4B | 26 |
| Octal | 30 | 102 | 253 | 126 | 75 | 0 | 41 | 337 | 113 | 46 |
| Binary | 11000 | 1000010 | 10101011 | 1010110 | 111101 | 0 | 100001 | 11011111 | 1001011 | 100110 |
Color Harmonies of #1842AB
Complementary color
Monochromatic Colors of #1842AB
Black with #1842AB
Text Example
Text Example
White with #1842AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842AB; }
p { color: rgb(24,66,171); }
H1.HeaderClassName
{
color: #1842AB;
}
.AnyTagClassName
{
color: #1842AB;
}
</style>
background-color css
<style>
a { background-color: #1842AB; }
a { background-color: rgb(24,66,171); }
div.DivClassName
{
background-color: #1842AB;
}
.BgClassName
{
background-color: #1842AB;
}
</style>
border-color css
<style>
span { border-color: #1842AB; }
span { border-color: rgb(24,66,171); }
td.TdClassName
{
border-color: #1842AB;
}
.TagClassName
{
border-color: #1842AB;
}
</style>