Shades of Egyptian Blue #183F96
Tints of Egyptian Blue #183F96
RGB
CMYK
RGB Variations
Color information
#183F96 (or 0x183F96) is known color: Egyptian Blue. HEX triplet: 18, 3F and 96. RGB value is (24,63,150). Sum of RGB (Red+Green+Blue) = 24+63+150=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #183F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183F96 is #E7C069. Grayscale: #3C3C3C. Windows color (decimal): -15188074 or 9846552. OLE color: 9846552.
HSL color Cylindrical-coordinate representation of color #183F96: hue angle of 221.43º 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 #183F96 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 63 | 150 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.41 |
| HSL | 221.43º | 0.72% | 0.34% | - |
| HSV(B) | 221.43º | 0.84% | 0.59% | - |
| XYZ | 7.66 | 5.95 | 29.6 | - |
| YUV | 61.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 150 | 0.84 | 0.58 | 0 | 0.41 | 221.43 | 0.72 | 0.34 |
| Hex | 18 | 3F | 96 | 54 | 3A | 0 | 29 | DD | 48 | 22 |
| Octal | 30 | 77 | 226 | 124 | 72 | 0 | 51 | 335 | 110 | 42 |
| Binary | 11000 | 111111 | 10010110 | 1010100 | 111010 | 0 | 101001 | 11011101 | 1001000 | 100010 |
Color Harmonies of #183F96
Complementary color
Monochromatic Colors of #183F96
Black with #183F96
Text Example
Text Example
White with #183F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F96; }
p { color: rgb(24,63,150); }
H1.HeaderClassName
{
color: #183F96;
}
.AnyTagClassName
{
color: #183F96;
}
</style>
background-color css
<style>
a { background-color: #183F96; }
a { background-color: rgb(24,63,150); }
div.DivClassName
{
background-color: #183F96;
}
.BgClassName
{
background-color: #183F96;
}
</style>
border-color css
<style>
span { border-color: #183F96; }
span { border-color: rgb(24,63,150); }
td.TdClassName
{
border-color: #183F96;
}
.TagClassName
{
border-color: #183F96;
}
</style>