Shades of Egyptian Blue #182B8D
Tints of Egyptian Blue #182B8D
RGB
CMYK
RGB Variations
Color information
#182B8D (or 0x182B8D) is known color: Egyptian Blue. HEX triplet: 18, 2B and 8D. RGB value is (24,43,141). Sum of RGB (Red+Green+Blue) = 24+43+141=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #182B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182B8D is #E7D472. Grayscale: #303030. Windows color (decimal): -15193203 or 9251608. OLE color: 9251608.
HSL color Cylindrical-coordinate representation of color #182B8D: hue angle of 230.26º 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 #182B8D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 43 | 141 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.45 |
| HSL | 230.26º | 0.71% | 0.32% | - |
| HSV(B) | 230.26º | 0.83% | 0.55% | - |
| XYZ | 6.05 | 3.85 | 25.62 | - |
| YUV | 48.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 141 | 0.83 | 0.70 | 0 | 0.45 | 230.26 | 0.71 | 0.32 |
| Hex | 18 | 2B | 8D | 53 | 46 | 0 | 2D | E6 | 47 | 20 |
| Octal | 30 | 53 | 215 | 123 | 106 | 0 | 55 | 346 | 107 | 40 |
| Binary | 11000 | 101011 | 10001101 | 1010011 | 1000110 | 0 | 101101 | 11100110 | 1000111 | 100000 |
Color Harmonies of #182B8D
Complementary color
Monochromatic Colors of #182B8D
Black with #182B8D
Text Example
Text Example
White with #182B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B8D; }
p { color: rgb(24,43,141); }
H1.HeaderClassName
{
color: #182B8D;
}
.AnyTagClassName
{
color: #182B8D;
}
</style>
background-color css
<style>
a { background-color: #182B8D; }
a { background-color: rgb(24,43,141); }
div.DivClassName
{
background-color: #182B8D;
}
.BgClassName
{
background-color: #182B8D;
}
</style>
border-color css
<style>
span { border-color: #182B8D; }
span { border-color: rgb(24,43,141); }
td.TdClassName
{
border-color: #182B8D;
}
.TagClassName
{
border-color: #182B8D;
}
</style>