Shades of Egyptian Blue #183C93
Tints of Egyptian Blue #183C93
RGB
CMYK
RGB Variations
Color information
#183C93 (or 0x183C93) is known color: Egyptian Blue. HEX triplet: 18, 3C and 93. RGB value is (24,60,147). Sum of RGB (Red+Green+Blue) = 24+60+147=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #183C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C93 is #E7C36C. Grayscale: #3A3A3A. Windows color (decimal): -15188845 or 9649176. OLE color: 9649176.
HSL color Cylindrical-coordinate representation of color #183C93: hue angle of 222.44º 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 #183C93 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 60 | 147 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.42 |
| HSL | 222.44º | 0.72% | 0.34% | - |
| HSV(B) | 222.44º | 0.84% | 0.58% | - |
| XYZ | 7.26 | 5.53 | 28.29 | - |
| YUV | 59.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 147 | 0.84 | 0.59 | 0 | 0.42 | 222.44 | 0.72 | 0.34 |
| Hex | 18 | 3C | 93 | 54 | 3B | 0 | 2A | DE | 48 | 22 |
| Octal | 30 | 74 | 223 | 124 | 73 | 0 | 52 | 336 | 110 | 42 |
| Binary | 11000 | 111100 | 10010011 | 1010100 | 111011 | 0 | 101010 | 11011110 | 1001000 | 100010 |
Color Harmonies of #183C93
Complementary color
Monochromatic Colors of #183C93
Black with #183C93
Text Example
Text Example
White with #183C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C93; }
p { color: rgb(24,60,147); }
H1.HeaderClassName
{
color: #183C93;
}
.AnyTagClassName
{
color: #183C93;
}
</style>
background-color css
<style>
a { background-color: #183C93; }
a { background-color: rgb(24,60,147); }
div.DivClassName
{
background-color: #183C93;
}
.BgClassName
{
background-color: #183C93;
}
</style>
border-color css
<style>
span { border-color: #183C93; }
span { border-color: rgb(24,60,147); }
td.TdClassName
{
border-color: #183C93;
}
.TagClassName
{
border-color: #183C93;
}
</style>