Shades of Egyptian Blue #183396
Tints of Egyptian Blue #183396
RGB
CMYK
RGB Variations
Color information
#183396 (or 0x183396) is known color: Egyptian Blue. HEX triplet: 18, 33 and 96. RGB value is (24,51,150). Sum of RGB (Red+Green+Blue) = 24+51+150=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #183396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183396 is #E7CC69. Grayscale: #353535. Windows color (decimal): -15191146 or 9843480. OLE color: 9843480.
HSL color Cylindrical-coordinate representation of color #183396: hue angle of 227.14º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183396 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 51 | 150 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.41 |
| HSL | 227.14º | 0.72% | 0.34% | - |
| HSV(B) | 227.14º | 0.84% | 0.59% | - |
| XYZ | 7.07 | 4.76 | 29.4 | - |
| YUV | 54.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 150 | 0.84 | 0.66 | 0 | 0.41 | 227.14 | 0.72 | 0.34 |
| Hex | 18 | 33 | 96 | 54 | 42 | 0 | 29 | E3 | 48 | 22 |
| Octal | 30 | 63 | 226 | 124 | 102 | 0 | 51 | 343 | 110 | 42 |
| Binary | 11000 | 110011 | 10010110 | 1010100 | 1000010 | 0 | 101001 | 11100011 | 1001000 | 100010 |
Color Harmonies of #183396
Complementary color
Monochromatic Colors of #183396
Black with #183396
Text Example
Text Example
White with #183396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183396; }
p { color: rgb(24,51,150); }
H1.HeaderClassName
{
color: #183396;
}
.AnyTagClassName
{
color: #183396;
}
</style>
background-color css
<style>
a { background-color: #183396; }
a { background-color: rgb(24,51,150); }
div.DivClassName
{
background-color: #183396;
}
.BgClassName
{
background-color: #183396;
}
</style>
border-color css
<style>
span { border-color: #183396; }
span { border-color: rgb(24,51,150); }
td.TdClassName
{
border-color: #183396;
}
.TagClassName
{
border-color: #183396;
}
</style>