Shades of Egyptian Blue #182C93
Tints of Egyptian Blue #182C93
RGB
CMYK
RGB Variations
Color information
#182C93 (or 0x182C93) is known color: Egyptian Blue. HEX triplet: 18, 2C and 93. RGB value is (24,44,147). Sum of RGB (Red+Green+Blue) = 24+44+147=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #182C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C93 is #E7D36C. Grayscale: #313131. Windows color (decimal): -15192941 or 9645080. OLE color: 9645080.
HSL color Cylindrical-coordinate representation of color #182C93: hue angle of 230.24º 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 #182C93 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 44 | 147 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.42 |
| HSL | 230.24º | 0.72% | 0.34% | - |
| HSV(B) | 230.24º | 0.84% | 0.58% | - |
| XYZ | 6.54 | 4.1 | 28.05 | - |
| YUV | 49.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 147 | 0.84 | 0.70 | 0 | 0.42 | 230.24 | 0.72 | 0.34 |
| Hex | 18 | 2C | 93 | 54 | 46 | 0 | 2A | E6 | 48 | 22 |
| Octal | 30 | 54 | 223 | 124 | 106 | 0 | 52 | 346 | 110 | 42 |
| Binary | 11000 | 101100 | 10010011 | 1010100 | 1000110 | 0 | 101010 | 11100110 | 1001000 | 100010 |
Color Harmonies of #182C93
Complementary color
Monochromatic Colors of #182C93
Black with #182C93
Text Example
Text Example
White with #182C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C93; }
p { color: rgb(24,44,147); }
H1.HeaderClassName
{
color: #182C93;
}
.AnyTagClassName
{
color: #182C93;
}
</style>
background-color css
<style>
a { background-color: #182C93; }
a { background-color: rgb(24,44,147); }
div.DivClassName
{
background-color: #182C93;
}
.BgClassName
{
background-color: #182C93;
}
</style>
border-color css
<style>
span { border-color: #182C93; }
span { border-color: rgb(24,44,147); }
td.TdClassName
{
border-color: #182C93;
}
.TagClassName
{
border-color: #182C93;
}
</style>