Shades of Egyptian Blue #183F91
Tints of Egyptian Blue #183F91
RGB
CMYK
RGB Variations
Color information
#183F91 (or 0x183F91) is known color: Egyptian Blue. HEX triplet: 18, 3F and 91. RGB value is (24,63,145). Sum of RGB (Red+Green+Blue) = 24+63+145=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #183F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183F91 is #E7C06E. Grayscale: #3C3C3C. Windows color (decimal): -15188079 or 9518872. OLE color: 9518872.
HSL color Cylindrical-coordinate representation of color #183F91: hue angle of 220.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183F91 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 63 | 145 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.43 |
| HSL | 220.66º | 0.72% | 0.33% | - |
| HSV(B) | 220.66º | 0.83% | 0.57% | - |
| XYZ | 7.27 | 5.79 | 27.52 | - |
| YUV | 60.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 145 | 0.83 | 0.57 | 0 | 0.43 | 220.66 | 0.72 | 0.33 |
| Hex | 18 | 3F | 91 | 53 | 39 | 0 | 2B | DD | 48 | 21 |
| Octal | 30 | 77 | 221 | 123 | 71 | 0 | 53 | 335 | 110 | 41 |
| Binary | 11000 | 111111 | 10010001 | 1010011 | 111001 | 0 | 101011 | 11011101 | 1001000 | 100001 |
Color Harmonies of #183F91
Complementary color
Monochromatic Colors of #183F91
Black with #183F91
Text Example
Text Example
White with #183F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F91; }
p { color: rgb(24,63,145); }
H1.HeaderClassName
{
color: #183F91;
}
.AnyTagClassName
{
color: #183F91;
}
</style>
background-color css
<style>
a { background-color: #183F91; }
a { background-color: rgb(24,63,145); }
div.DivClassName
{
background-color: #183F91;
}
.BgClassName
{
background-color: #183F91;
}
</style>
border-color css
<style>
span { border-color: #183F91; }
span { border-color: rgb(24,63,145); }
td.TdClassName
{
border-color: #183F91;
}
.TagClassName
{
border-color: #183F91;
}
</style>