Shades of Egyptian Blue #1843A1
Tints of Egyptian Blue #1843A1
RGB
CMYK
RGB Variations
Color information
#1843A1 (or 0x1843A1) is known color: Egyptian Blue. HEX triplet: 18, 43 and A1. RGB value is (24,67,161). Sum of RGB (Red+Green+Blue) = 24+67+161=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 161 (63.28% from 255 or 63.89% from 252); Max value from RGB is 161 - color contains mainly: blue. Hex color #1843A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1843A1 is #E7BC5E. Grayscale: #404040. Windows color (decimal): -15187039 or 10568472. OLE color: 10568472.
HSL color Cylindrical-coordinate representation of color #1843A1: hue angle of 221.17º 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 #1843A1 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 67 | 161 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.37 |
| HSL | 221.17º | 0.74% | 0.36% | - |
| HSV(B) | 221.17º | 0.85% | 0.63% | - |
| XYZ | 8.82 | 6.78 | 34.56 | - |
| YUV | 64.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 161 | 0.85 | 0.58 | 0 | 0.37 | 221.17 | 0.74 | 0.36 |
| Hex | 18 | 43 | A1 | 55 | 3A | 0 | 25 | DD | 4A | 24 |
| Octal | 30 | 103 | 241 | 125 | 72 | 0 | 45 | 335 | 112 | 44 |
| Binary | 11000 | 1000011 | 10100001 | 1010101 | 111010 | 0 | 100101 | 11011101 | 1001010 | 100100 |
Color Harmonies of #1843A1
Complementary color
Monochromatic Colors of #1843A1
Black with #1843A1
Text Example
Text Example
White with #1843A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1843A1; }
p { color: rgb(24,67,161); }
H1.HeaderClassName
{
color: #1843A1;
}
.AnyTagClassName
{
color: #1843A1;
}
</style>
background-color css
<style>
a { background-color: #1843A1; }
a { background-color: rgb(24,67,161); }
div.DivClassName
{
background-color: #1843A1;
}
.BgClassName
{
background-color: #1843A1;
}
</style>
border-color css
<style>
span { border-color: #1843A1; }
span { border-color: rgb(24,67,161); }
td.TdClassName
{
border-color: #1843A1;
}
.TagClassName
{
border-color: #1843A1;
}
</style>