Shades of Egyptian Blue #183990
Tints of Egyptian Blue #183990
RGB
CMYK
RGB Variations
Color information
#183990 (or 0x183990) is known color: Egyptian Blue. HEX triplet: 18, 39 and 90. RGB value is (24,57,144). Sum of RGB (Red+Green+Blue) = 24+57+144=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #183990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183990 is #E7C66F. Grayscale: #383838. Windows color (decimal): -15189616 or 9451800. OLE color: 9451800.
HSL color Cylindrical-coordinate representation of color #183990: hue angle of 223.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183990 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 57 | 144 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.44 |
| HSL | 223.5º | 0.71% | 0.33% | - |
| HSV(B) | 223.5º | 0.83% | 0.56% | - |
| XYZ | 6.87 | 5.13 | 27.01 | - |
| YUV | 57.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 144 | 0.83 | 0.60 | 0 | 0.44 | 223.5 | 0.71 | 0.33 |
| Hex | 18 | 39 | 90 | 53 | 3C | 0 | 2C | E0 | 47 | 21 |
| Octal | 30 | 71 | 220 | 123 | 74 | 0 | 54 | 340 | 107 | 41 |
| Binary | 11000 | 111001 | 10010000 | 1010011 | 111100 | 0 | 101100 | 11100000 | 1000111 | 100001 |
Color Harmonies of #183990
Complementary color
Monochromatic Colors of #183990
Black with #183990
Text Example
Text Example
White with #183990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183990; }
p { color: rgb(24,57,144); }
H1.HeaderClassName
{
color: #183990;
}
.AnyTagClassName
{
color: #183990;
}
</style>
background-color css
<style>
a { background-color: #183990; }
a { background-color: rgb(24,57,144); }
div.DivClassName
{
background-color: #183990;
}
.BgClassName
{
background-color: #183990;
}
</style>
border-color css
<style>
span { border-color: #183990; }
span { border-color: rgb(24,57,144); }
td.TdClassName
{
border-color: #183990;
}
.TagClassName
{
border-color: #183990;
}
</style>