Shades of Egyptian Blue #182C8E
Tints of Egyptian Blue #182C8E
RGB
CMYK
RGB Variations
Color information
#182C8E (or 0x182C8E) is known color: Egyptian Blue. HEX triplet: 18, 2C and 8E. RGB value is (24,44,142). Sum of RGB (Red+Green+Blue) = 24+44+142=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #182C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C8E is #E7D371. Grayscale: #303030. Windows color (decimal): -15192946 or 9317400. OLE color: 9317400.
HSL color Cylindrical-coordinate representation of color #182C8E: hue angle of 229.83º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182C8E is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 44 | 142 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.44 |
| HSL | 229.83º | 0.71% | 0.33% | - |
| HSV(B) | 229.83º | 0.83% | 0.56% | - |
| XYZ | 6.16 | 3.95 | 26.03 | - |
| YUV | 49.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 142 | 0.83 | 0.69 | 0 | 0.44 | 229.83 | 0.71 | 0.33 |
| Hex | 18 | 2C | 8E | 53 | 45 | 0 | 2C | E6 | 47 | 21 |
| Octal | 30 | 54 | 216 | 123 | 105 | 0 | 54 | 346 | 107 | 41 |
| Binary | 11000 | 101100 | 10001110 | 1010011 | 1000101 | 0 | 101100 | 11100110 | 1000111 | 100001 |
Color Harmonies of #182C8E
Complementary color
Monochromatic Colors of #182C8E
Black with #182C8E
Text Example
Text Example
White with #182C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C8E; }
p { color: rgb(24,44,142); }
H1.HeaderClassName
{
color: #182C8E;
}
.AnyTagClassName
{
color: #182C8E;
}
</style>
background-color css
<style>
a { background-color: #182C8E; }
a { background-color: rgb(24,44,142); }
div.DivClassName
{
background-color: #182C8E;
}
.BgClassName
{
background-color: #182C8E;
}
</style>
border-color css
<style>
span { border-color: #182C8E; }
span { border-color: rgb(24,44,142); }
td.TdClassName
{
border-color: #182C8E;
}
.TagClassName
{
border-color: #182C8E;
}
</style>