Shades of Egyptian Blue #183392
Tints of Egyptian Blue #183392
RGB
CMYK
RGB Variations
Color information
#183392 (or 0x183392) is known color: Egyptian Blue. HEX triplet: 18, 33 and 92. RGB value is (24,51,146). Sum of RGB (Red+Green+Blue) = 24+51+146=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #183392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183392 is #E7CC6D. Grayscale: #353535. Windows color (decimal): -15191150 or 9581336. OLE color: 9581336.
HSL color Cylindrical-coordinate representation of color #183392: hue angle of 226.72º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183392 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 51 | 146 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.43 |
| HSL | 226.72º | 0.72% | 0.33% | - |
| HSV(B) | 226.72º | 0.84% | 0.57% | - |
| XYZ | 6.75 | 4.64 | 27.73 | - |
| YUV | 53.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 146 | 0.84 | 0.65 | 0 | 0.43 | 226.72 | 0.72 | 0.33 |
| Hex | 18 | 33 | 92 | 54 | 41 | 0 | 2B | E3 | 48 | 21 |
| Octal | 30 | 63 | 222 | 124 | 101 | 0 | 53 | 343 | 110 | 41 |
| Binary | 11000 | 110011 | 10010010 | 1010100 | 1000001 | 0 | 101011 | 11100011 | 1001000 | 100001 |
Color Harmonies of #183392
Complementary color
Monochromatic Colors of #183392
Black with #183392
Text Example
Text Example
White with #183392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183392; }
p { color: rgb(24,51,146); }
H1.HeaderClassName
{
color: #183392;
}
.AnyTagClassName
{
color: #183392;
}
</style>
background-color css
<style>
a { background-color: #183392; }
a { background-color: rgb(24,51,146); }
div.DivClassName
{
background-color: #183392;
}
.BgClassName
{
background-color: #183392;
}
</style>
border-color css
<style>
span { border-color: #183392; }
span { border-color: rgb(24,51,146); }
td.TdClassName
{
border-color: #183392;
}
.TagClassName
{
border-color: #183392;
}
</style>