Shades of Egyptian Blue #182C87
Tints of Egyptian Blue #182C87
RGB
CMYK
RGB Variations
Color information
#182C87 (or 0x182C87) is known color: Egyptian Blue. HEX triplet: 18, 2C and 87. RGB value is (24,44,135). Sum of RGB (Red+Green+Blue) = 24+44+135=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #182C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C87 is #E7D378. Grayscale: #303030. Windows color (decimal): -15192953 or 8858648. OLE color: 8858648.
HSL color Cylindrical-coordinate representation of color #182C87: hue angle of 229.19º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182C87 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 44 | 135 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.47 |
| HSL | 229.19º | 0.7% | 0.31% | - |
| HSV(B) | 229.19º | 0.82% | 0.53% | - |
| XYZ | 5.65 | 3.74 | 23.35 | - |
| YUV | 48.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 135 | 0.82 | 0.67 | 0 | 0.47 | 229.19 | 0.7 | 0.31 |
| Hex | 18 | 2C | 87 | 52 | 43 | 0 | 2F | E5 | 46 | 1F |
| Octal | 30 | 54 | 207 | 122 | 103 | 0 | 57 | 345 | 106 | 37 |
| Binary | 11000 | 101100 | 10000111 | 1010010 | 1000011 | 0 | 101111 | 11100101 | 1000110 | 11111 |
Color Harmonies of #182C87
Complementary color
Monochromatic Colors of #182C87
Black with #182C87
Text Example
Text Example
White with #182C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C87; }
p { color: rgb(24,44,135); }
H1.HeaderClassName
{
color: #182C87;
}
.AnyTagClassName
{
color: #182C87;
}
</style>
background-color css
<style>
a { background-color: #182C87; }
a { background-color: rgb(24,44,135); }
div.DivClassName
{
background-color: #182C87;
}
.BgClassName
{
background-color: #182C87;
}
</style>
border-color css
<style>
span { border-color: #182C87; }
span { border-color: rgb(24,44,135); }
td.TdClassName
{
border-color: #182C87;
}
.TagClassName
{
border-color: #182C87;
}
</style>