Shades of Egyptian Blue #183C99
Tints of Egyptian Blue #183C99
RGB
CMYK
RGB Variations
Color information
#183C99 (or 0x183C99) is known color: Egyptian Blue. HEX triplet: 18, 3C and 99. RGB value is (24,60,153). Sum of RGB (Red+Green+Blue) = 24+60+153=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #183C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C99 is #E7C366. Grayscale: #3B3B3B. Windows color (decimal): -15188839 or 10042392. OLE color: 10042392.
HSL color Cylindrical-coordinate representation of color #183C99: hue angle of 223.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183C99 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 60 | 153 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.4 |
| HSL | 223.26º | 0.73% | 0.35% | - |
| HSV(B) | 223.26º | 0.84% | 0.6% | - |
| XYZ | 7.74 | 5.73 | 30.83 | - |
| YUV | 59.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 153 | 0.84 | 0.61 | 0 | 0.4 | 223.26 | 0.73 | 0.35 |
| Hex | 18 | 3C | 99 | 54 | 3D | 0 | 28 | DF | 49 | 23 |
| Octal | 30 | 74 | 231 | 124 | 75 | 0 | 50 | 337 | 111 | 43 |
| Binary | 11000 | 111100 | 10011001 | 1010100 | 111101 | 0 | 101000 | 11011111 | 1001001 | 100011 |
Color Harmonies of #183C99
Complementary color
Monochromatic Colors of #183C99
Black with #183C99
Text Example
Text Example
White with #183C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C99; }
p { color: rgb(24,60,153); }
H1.HeaderClassName
{
color: #183C99;
}
.AnyTagClassName
{
color: #183C99;
}
</style>
background-color css
<style>
a { background-color: #183C99; }
a { background-color: rgb(24,60,153); }
div.DivClassName
{
background-color: #183C99;
}
.BgClassName
{
background-color: #183C99;
}
</style>
border-color css
<style>
span { border-color: #183C99; }
span { border-color: rgb(24,60,153); }
td.TdClassName
{
border-color: #183C99;
}
.TagClassName
{
border-color: #183C99;
}
</style>