Shades of Egyptian Blue #183999
Tints of Egyptian Blue #183999
RGB
CMYK
RGB Variations
Color information
#183999 (or 0x183999) is known color: Egyptian Blue. HEX triplet: 18, 39 and 99. RGB value is (24,57,153). Sum of RGB (Red+Green+Blue) = 24+57+153=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #183999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183999 is #E7C666. Grayscale: #393939. Windows color (decimal): -15189607 or 10041624. OLE color: 10041624.
HSL color Cylindrical-coordinate representation of color #183999: hue angle of 224.65º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183999 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 57 | 153 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.4 |
| HSL | 224.65º | 0.73% | 0.35% | - |
| HSV(B) | 224.65º | 0.84% | 0.6% | - |
| XYZ | 7.59 | 5.42 | 30.78 | - |
| YUV | 58.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 153 | 0.84 | 0.63 | 0 | 0.4 | 224.65 | 0.73 | 0.35 |
| Hex | 18 | 39 | 99 | 54 | 3F | 0 | 28 | E1 | 49 | 23 |
| Octal | 30 | 71 | 231 | 124 | 77 | 0 | 50 | 341 | 111 | 43 |
| Binary | 11000 | 111001 | 10011001 | 1010100 | 111111 | 0 | 101000 | 11100001 | 1001001 | 100011 |
Color Harmonies of #183999
Complementary color
Monochromatic Colors of #183999
Black with #183999
Text Example
Text Example
White with #183999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183999; }
p { color: rgb(24,57,153); }
H1.HeaderClassName
{
color: #183999;
}
.AnyTagClassName
{
color: #183999;
}
</style>
background-color css
<style>
a { background-color: #183999; }
a { background-color: rgb(24,57,153); }
div.DivClassName
{
background-color: #183999;
}
.BgClassName
{
background-color: #183999;
}
</style>
border-color css
<style>
span { border-color: #183999; }
span { border-color: rgb(24,57,153); }
td.TdClassName
{
border-color: #183999;
}
.TagClassName
{
border-color: #183999;
}
</style>