Shades of Egyptian Blue #182A8B
Tints of Egyptian Blue #182A8B
RGB
CMYK
RGB Variations
Color information
#182A8B (or 0x182A8B) is known color: Egyptian Blue. HEX triplet: 18, 2A and 8B. RGB value is (24,42,139). Sum of RGB (Red+Green+Blue) = 24+42+139=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #182A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A8B is #E7D574. Grayscale: #2F2F2F. Windows color (decimal): -15193461 or 9120280. OLE color: 9120280.
HSL color Cylindrical-coordinate representation of color #182A8B: hue angle of 230.61º 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 #182A8B is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 42 | 139 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.45 |
| HSL | 230.61º | 0.71% | 0.32% | - |
| HSV(B) | 230.61º | 0.83% | 0.55% | - |
| XYZ | 5.86 | 3.71 | 24.83 | - |
| YUV | 47.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 139 | 0.83 | 0.70 | 0 | 0.45 | 230.61 | 0.71 | 0.32 |
| Hex | 18 | 2A | 8B | 53 | 46 | 0 | 2D | E7 | 47 | 20 |
| Octal | 30 | 52 | 213 | 123 | 106 | 0 | 55 | 347 | 107 | 40 |
| Binary | 11000 | 101010 | 10001011 | 1010011 | 1000110 | 0 | 101101 | 11100111 | 1000111 | 100000 |
Color Harmonies of #182A8B
Complementary color
Monochromatic Colors of #182A8B
Black with #182A8B
Text Example
Text Example
White with #182A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A8B; }
p { color: rgb(24,42,139); }
H1.HeaderClassName
{
color: #182A8B;
}
.AnyTagClassName
{
color: #182A8B;
}
</style>
background-color css
<style>
a { background-color: #182A8B; }
a { background-color: rgb(24,42,139); }
div.DivClassName
{
background-color: #182A8B;
}
.BgClassName
{
background-color: #182A8B;
}
</style>
border-color css
<style>
span { border-color: #182A8B; }
span { border-color: rgb(24,42,139); }
td.TdClassName
{
border-color: #182A8B;
}
.TagClassName
{
border-color: #182A8B;
}
</style>