Shades of Egyptian Blue #1827A1
Tints of Egyptian Blue #1827A1
RGB
CMYK
RGB Variations
Color information
#1827A1 (or 0x1827A1) is known color: Egyptian Blue. HEX triplet: 18, 27 and A1. RGB value is (24,39,161). Sum of RGB (Red+Green+Blue) = 24+39+161=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #1827A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1827A1 is #E7D85E. Grayscale: #2F2F2F. Windows color (decimal): -15194207 or 10561304. OLE color: 10561304.
HSL color Cylindrical-coordinate representation of color #1827A1: hue angle of 233.43º 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 #1827A1 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 39 | 161 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.37 |
| HSL | 233.43º | 0.74% | 0.36% | - |
| HSV(B) | 233.43º | 0.85% | 0.63% | - |
| XYZ | 7.54 | 4.22 | 34.14 | - |
| YUV | 48.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 161 | 0.85 | 0.76 | 0 | 0.37 | 233.43 | 0.74 | 0.36 |
| Hex | 18 | 27 | A1 | 55 | 4C | 0 | 25 | E9 | 4A | 24 |
| Octal | 30 | 47 | 241 | 125 | 114 | 0 | 45 | 351 | 112 | 44 |
| Binary | 11000 | 100111 | 10100001 | 1010101 | 1001100 | 0 | 100101 | 11101001 | 1001010 | 100100 |
Color Harmonies of #1827A1
Complementary color
Monochromatic Colors of #1827A1
Black with #1827A1
Text Example
Text Example
White with #1827A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827A1; }
p { color: rgb(24,39,161); }
H1.HeaderClassName
{
color: #1827A1;
}
.AnyTagClassName
{
color: #1827A1;
}
</style>
background-color css
<style>
a { background-color: #1827A1; }
a { background-color: rgb(24,39,161); }
div.DivClassName
{
background-color: #1827A1;
}
.BgClassName
{
background-color: #1827A1;
}
</style>
border-color css
<style>
span { border-color: #1827A1; }
span { border-color: rgb(24,39,161); }
td.TdClassName
{
border-color: #1827A1;
}
.TagClassName
{
border-color: #1827A1;
}
</style>