Shades of Egyptian Blue #182D99
Tints of Egyptian Blue #182D99
RGB
CMYK
RGB Variations
Color information
#182D99 (or 0x182D99) is known color: Egyptian Blue. HEX triplet: 18, 2D and 99. RGB value is (24,45,153). Sum of RGB (Red+Green+Blue) = 24+45+153=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #182D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D99 is #E7D266. Grayscale: #323232. Windows color (decimal): -15192679 or 10038552. OLE color: 10038552.
HSL color Cylindrical-coordinate representation of color #182D99: hue angle of 230.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182D99 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 45 | 153 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.4 |
| HSL | 230.23º | 0.73% | 0.35% | - |
| HSV(B) | 230.23º | 0.84% | 0.6% | - |
| XYZ | 7.06 | 4.37 | 30.61 | - |
| YUV | 51.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 153 | 0.84 | 0.71 | 0 | 0.4 | 230.23 | 0.73 | 0.35 |
| Hex | 18 | 2D | 99 | 54 | 47 | 0 | 28 | E6 | 49 | 23 |
| Octal | 30 | 55 | 231 | 124 | 107 | 0 | 50 | 346 | 111 | 43 |
| Binary | 11000 | 101101 | 10011001 | 1010100 | 1000111 | 0 | 101000 | 11100110 | 1001001 | 100011 |
Color Harmonies of #182D99
Complementary color
Monochromatic Colors of #182D99
Black with #182D99
Text Example
Text Example
White with #182D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D99; }
p { color: rgb(24,45,153); }
H1.HeaderClassName
{
color: #182D99;
}
.AnyTagClassName
{
color: #182D99;
}
</style>
background-color css
<style>
a { background-color: #182D99; }
a { background-color: rgb(24,45,153); }
div.DivClassName
{
background-color: #182D99;
}
.BgClassName
{
background-color: #182D99;
}
</style>
border-color css
<style>
span { border-color: #182D99; }
span { border-color: rgb(24,45,153); }
td.TdClassName
{
border-color: #182D99;
}
.TagClassName
{
border-color: #182D99;
}
</style>