Shades of Egyptian Blue #183D93
Tints of Egyptian Blue #183D93
RGB
CMYK
RGB Variations
Color information
#183D93 (or 0x183D93) is known color: Egyptian Blue. HEX triplet: 18, 3D and 93. RGB value is (24,61,147). Sum of RGB (Red+Green+Blue) = 24+61+147=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #183D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183D93 is #E7C26C. Grayscale: #3B3B3B. Windows color (decimal): -15188589 or 9649432. OLE color: 9649432.
HSL color Cylindrical-coordinate representation of color #183D93: hue angle of 221.95º 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 #183D93 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 61 | 147 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.42 |
| HSL | 221.95º | 0.72% | 0.34% | - |
| HSV(B) | 221.95º | 0.84% | 0.58% | - |
| XYZ | 7.31 | 5.64 | 28.31 | - |
| YUV | 59.74 | 177.24 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 147 | 0.84 | 0.59 | 0 | 0.42 | 221.95 | 0.72 | 0.34 |
| Hex | 18 | 3D | 93 | 54 | 3B | 0 | 2A | DE | 48 | 22 |
| Octal | 30 | 75 | 223 | 124 | 73 | 0 | 52 | 336 | 110 | 42 |
| Binary | 11000 | 111101 | 10010011 | 1010100 | 111011 | 0 | 101010 | 11011110 | 1001000 | 100010 |
Color Harmonies of #183D93
Complementary color
Monochromatic Colors of #183D93
Black with #183D93
Text Example
Text Example
White with #183D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D93; }
p { color: rgb(24,61,147); }
H1.HeaderClassName
{
color: #183D93;
}
.AnyTagClassName
{
color: #183D93;
}
</style>
background-color css
<style>
a { background-color: #183D93; }
a { background-color: rgb(24,61,147); }
div.DivClassName
{
background-color: #183D93;
}
.BgClassName
{
background-color: #183D93;
}
</style>
border-color css
<style>
span { border-color: #183D93; }
span { border-color: rgb(24,61,147); }
td.TdClassName
{
border-color: #183D93;
}
.TagClassName
{
border-color: #183D93;
}
</style>