Shades of Egyptian Blue #183195
Tints of Egyptian Blue #183195
RGB
CMYK
RGB Variations
Color information
#183195 (or 0x183195) is known color: Egyptian Blue. HEX triplet: 18, 31 and 95. RGB value is (24,49,149). Sum of RGB (Red+Green+Blue) = 24+49+149=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #183195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183195 is #E7CE6A. Grayscale: #343434. Windows color (decimal): -15191659 or 9777432. OLE color: 9777432.
HSL color Cylindrical-coordinate representation of color #183195: hue angle of 228º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183195 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 49 | 149 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.42 |
| HSL | 228º | 0.72% | 0.34% | - |
| HSV(B) | 228º | 0.84% | 0.58% | - |
| XYZ | 6.9 | 4.56 | 28.95 | - |
| YUV | 52.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 149 | 0.84 | 0.67 | 0 | 0.42 | 228 | 0.72 | 0.34 |
| Hex | 18 | 31 | 95 | 54 | 43 | 0 | 2A | E4 | 48 | 22 |
| Octal | 30 | 61 | 225 | 124 | 103 | 0 | 52 | 344 | 110 | 42 |
| Binary | 11000 | 110001 | 10010101 | 1010100 | 1000011 | 0 | 101010 | 11100100 | 1001000 | 100010 |
Color Harmonies of #183195
Complementary color
Monochromatic Colors of #183195
Black with #183195
Text Example
Text Example
White with #183195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183195; }
p { color: rgb(24,49,149); }
H1.HeaderClassName
{
color: #183195;
}
.AnyTagClassName
{
color: #183195;
}
</style>
background-color css
<style>
a { background-color: #183195; }
a { background-color: rgb(24,49,149); }
div.DivClassName
{
background-color: #183195;
}
.BgClassName
{
background-color: #183195;
}
</style>
border-color css
<style>
span { border-color: #183195; }
span { border-color: rgb(24,49,149); }
td.TdClassName
{
border-color: #183195;
}
.TagClassName
{
border-color: #183195;
}
</style>