Shades of Egyptian Blue #182A8D
Tints of Egyptian Blue #182A8D
RGB
CMYK
RGB Variations
Color information
#182A8D (or 0x182A8D) is known color: Egyptian Blue. HEX triplet: 18, 2A and 8D. RGB value is (24,42,141). Sum of RGB (Red+Green+Blue) = 24+42+141=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #182A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A8D is #E7D572. Grayscale: #2F2F2F. Windows color (decimal): -15193459 or 9251352. OLE color: 9251352.
HSL color Cylindrical-coordinate representation of color #182A8D: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182A8D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 42 | 141 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.45 |
| HSL | 230.77º | 0.71% | 0.32% | - |
| HSV(B) | 230.77º | 0.83% | 0.55% | - |
| XYZ | 6.01 | 3.77 | 25.61 | - |
| YUV | 47.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 141 | 0.83 | 0.70 | 0 | 0.45 | 230.77 | 0.71 | 0.32 |
| Hex | 18 | 2A | 8D | 53 | 46 | 0 | 2D | E7 | 47 | 20 |
| Octal | 30 | 52 | 215 | 123 | 106 | 0 | 55 | 347 | 107 | 40 |
| Binary | 11000 | 101010 | 10001101 | 1010011 | 1000110 | 0 | 101101 | 11100111 | 1000111 | 100000 |
Color Harmonies of #182A8D
Complementary color
Monochromatic Colors of #182A8D
Black with #182A8D
Text Example
Text Example
White with #182A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A8D; }
p { color: rgb(24,42,141); }
H1.HeaderClassName
{
color: #182A8D;
}
.AnyTagClassName
{
color: #182A8D;
}
</style>
background-color css
<style>
a { background-color: #182A8D; }
a { background-color: rgb(24,42,141); }
div.DivClassName
{
background-color: #182A8D;
}
.BgClassName
{
background-color: #182A8D;
}
</style>
border-color css
<style>
span { border-color: #182A8D; }
span { border-color: rgb(24,42,141); }
td.TdClassName
{
border-color: #182A8D;
}
.TagClassName
{
border-color: #182A8D;
}
</style>