Shades of Egyptian Blue #183C9D
Tints of Egyptian Blue #183C9D
RGB
CMYK
RGB Variations
Color information
#183C9D (or 0x183C9D) is known color: Egyptian Blue. HEX triplet: 18, 3C and 9D. RGB value is (24,60,157). Sum of RGB (Red+Green+Blue) = 24+60+157=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #183C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C9D is #E7C362. Grayscale: #3B3B3B. Windows color (decimal): -15188835 or 10304536. OLE color: 10304536.
HSL color Cylindrical-coordinate representation of color #183C9D: hue angle of 223.76º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183C9D is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 60 | 157 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.38 |
| HSL | 223.76º | 0.73% | 0.35% | - |
| HSV(B) | 223.76º | 0.85% | 0.62% | - |
| XYZ | 8.08 | 5.86 | 32.6 | - |
| YUV | 60.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 157 | 0.85 | 0.62 | 0 | 0.38 | 223.76 | 0.73 | 0.35 |
| Hex | 18 | 3C | 9D | 55 | 3E | 0 | 26 | E0 | 49 | 23 |
| Octal | 30 | 74 | 235 | 125 | 76 | 0 | 46 | 340 | 111 | 43 |
| Binary | 11000 | 111100 | 10011101 | 1010101 | 111110 | 0 | 100110 | 11100000 | 1001001 | 100011 |
Color Harmonies of #183C9D
Complementary color
Monochromatic Colors of #183C9D
Black with #183C9D
Text Example
Text Example
White with #183C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C9D; }
p { color: rgb(24,60,157); }
H1.HeaderClassName
{
color: #183C9D;
}
.AnyTagClassName
{
color: #183C9D;
}
</style>
background-color css
<style>
a { background-color: #183C9D; }
a { background-color: rgb(24,60,157); }
div.DivClassName
{
background-color: #183C9D;
}
.BgClassName
{
background-color: #183C9D;
}
</style>
border-color css
<style>
span { border-color: #183C9D; }
span { border-color: rgb(24,60,157); }
td.TdClassName
{
border-color: #183C9D;
}
.TagClassName
{
border-color: #183C9D;
}
</style>