Shades of Egyptian Blue #182CA4
Tints of Egyptian Blue #182CA4
RGB
CMYK
RGB Variations
Color information
#182CA4 (or 0x182CA4) is known color: Egyptian Blue. HEX triplet: 18, 2C and A4. RGB value is (24,44,164). Sum of RGB (Red+Green+Blue) = 24+44+164=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 164 (64.45% from 255 or 70.69% from 232); Max value from RGB is 164 - color contains mainly: blue. Hex color #182CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CA4 is #E7D35B. Grayscale: #333333. Windows color (decimal): -15192924 or 10759192. OLE color: 10759192.
HSL color Cylindrical-coordinate representation of color #182CA4: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182CA4 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 44 | 164 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.36 |
| HSL | 231.43º | 0.74% | 0.37% | - |
| HSV(B) | 231.43º | 0.85% | 0.64% | - |
| XYZ | 7.98 | 4.68 | 35.6 | - |
| YUV | 51.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 164 | 0.85 | 0.73 | 0 | 0.36 | 231.43 | 0.74 | 0.37 |
| Hex | 18 | 2C | A4 | 55 | 49 | 0 | 24 | E7 | 4A | 25 |
| Octal | 30 | 54 | 244 | 125 | 111 | 0 | 44 | 347 | 112 | 45 |
| Binary | 11000 | 101100 | 10100100 | 1010101 | 1001001 | 0 | 100100 | 11100111 | 1001010 | 100101 |
Color Harmonies of #182CA4
Complementary color
Monochromatic Colors of #182CA4
Black with #182CA4
Text Example
Text Example
White with #182CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CA4; }
p { color: rgb(24,44,164); }
H1.HeaderClassName
{
color: #182CA4;
}
.AnyTagClassName
{
color: #182CA4;
}
</style>
background-color css
<style>
a { background-color: #182CA4; }
a { background-color: rgb(24,44,164); }
div.DivClassName
{
background-color: #182CA4;
}
.BgClassName
{
background-color: #182CA4;
}
</style>
border-color css
<style>
span { border-color: #182CA4; }
span { border-color: rgb(24,44,164); }
td.TdClassName
{
border-color: #182CA4;
}
.TagClassName
{
border-color: #182CA4;
}
</style>