Shades of Egyptian Blue #1841AB
Tints of Egyptian Blue #1841AB
RGB
CMYK
RGB Variations
Color information
#1841AB (or 0x1841AB) is known color: Egyptian Blue. HEX triplet: 18, 41 and AB. RGB value is (24,65,171). Sum of RGB (Red+Green+Blue) = 24+65+171=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1841AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1841AB is #E7BE54. Grayscale: #404040. Windows color (decimal): -15187541 or 11223320. OLE color: 11223320.
HSL color Cylindrical-coordinate representation of color #1841AB: hue angle of 223.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 #1841AB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 65 | 171 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.33 |
| HSL | 223.27º | 0.75% | 0.38% | - |
| HSV(B) | 223.27º | 0.86% | 0.67% | - |
| XYZ | 9.62 | 6.92 | 39.36 | - |
| YUV | 64.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 171 | 0.86 | 0.62 | 0 | 0.33 | 223.27 | 0.75 | 0.38 |
| Hex | 18 | 41 | AB | 56 | 3E | 0 | 21 | DF | 4B | 26 |
| Octal | 30 | 101 | 253 | 126 | 76 | 0 | 41 | 337 | 113 | 46 |
| Binary | 11000 | 1000001 | 10101011 | 1010110 | 111110 | 0 | 100001 | 11011111 | 1001011 | 100110 |
Color Harmonies of #1841AB
Complementary color
Monochromatic Colors of #1841AB
Black with #1841AB
Text Example
Text Example
White with #1841AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841AB; }
p { color: rgb(24,65,171); }
H1.HeaderClassName
{
color: #1841AB;
}
.AnyTagClassName
{
color: #1841AB;
}
</style>
background-color css
<style>
a { background-color: #1841AB; }
a { background-color: rgb(24,65,171); }
div.DivClassName
{
background-color: #1841AB;
}
.BgClassName
{
background-color: #1841AB;
}
</style>
border-color css
<style>
span { border-color: #1841AB; }
span { border-color: rgb(24,65,171); }
td.TdClassName
{
border-color: #1841AB;
}
.TagClassName
{
border-color: #1841AB;
}
</style>