Shades of Egyptian Blue #183199
Tints of Egyptian Blue #183199
RGB
CMYK
RGB Variations
Color information
#183199 (or 0x183199) is known color: Egyptian Blue. HEX triplet: 18, 31 and 99. RGB value is (24,49,153). Sum of RGB (Red+Green+Blue) = 24+49+153=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #183199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183199 is #E7CE66. Grayscale: #343434. Windows color (decimal): -15191655 or 10039576. OLE color: 10039576.
HSL color Cylindrical-coordinate representation of color #183199: hue angle of 228.37º 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 #183199 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 49 | 153 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.4 |
| HSL | 228.37º | 0.73% | 0.35% | - |
| HSV(B) | 228.37º | 0.84% | 0.6% | - |
| XYZ | 7.22 | 4.69 | 30.66 | - |
| YUV | 53.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 153 | 0.84 | 0.68 | 0 | 0.4 | 228.37 | 0.73 | 0.35 |
| Hex | 18 | 31 | 99 | 54 | 44 | 0 | 28 | E4 | 49 | 23 |
| Octal | 30 | 61 | 231 | 124 | 104 | 0 | 50 | 344 | 111 | 43 |
| Binary | 11000 | 110001 | 10011001 | 1010100 | 1000100 | 0 | 101000 | 11100100 | 1001001 | 100011 |
Color Harmonies of #183199
Complementary color
Monochromatic Colors of #183199
Black with #183199
Text Example
Text Example
White with #183199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183199; }
p { color: rgb(24,49,153); }
H1.HeaderClassName
{
color: #183199;
}
.AnyTagClassName
{
color: #183199;
}
</style>
background-color css
<style>
a { background-color: #183199; }
a { background-color: rgb(24,49,153); }
div.DivClassName
{
background-color: #183199;
}
.BgClassName
{
background-color: #183199;
}
</style>
border-color css
<style>
span { border-color: #183199; }
span { border-color: rgb(24,49,153); }
td.TdClassName
{
border-color: #183199;
}
.TagClassName
{
border-color: #183199;
}
</style>