Shades of Egyptian Blue #182D91
Tints of Egyptian Blue #182D91
RGB
CMYK
RGB Variations
Color information
#182D91 (or 0x182D91) is known color: Egyptian Blue. HEX triplet: 18, 2D and 91. RGB value is (24,45,145). Sum of RGB (Red+Green+Blue) = 24+45+145=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #182D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D91 is #E7D26E. Grayscale: #313131. Windows color (decimal): -15192687 or 9514264. OLE color: 9514264.
HSL color Cylindrical-coordinate representation of color #182D91: hue angle of 229.59º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182D91 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 45 | 145 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.43 |
| HSL | 229.59º | 0.72% | 0.33% | - |
| HSV(B) | 229.59º | 0.83% | 0.57% | - |
| XYZ | 6.43 | 4.12 | 27.24 | - |
| YUV | 50.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 145 | 0.83 | 0.69 | 0 | 0.43 | 229.59 | 0.72 | 0.33 |
| Hex | 18 | 2D | 91 | 53 | 45 | 0 | 2B | E6 | 48 | 21 |
| Octal | 30 | 55 | 221 | 123 | 105 | 0 | 53 | 346 | 110 | 41 |
| Binary | 11000 | 101101 | 10010001 | 1010011 | 1000101 | 0 | 101011 | 11100110 | 1001000 | 100001 |
Color Harmonies of #182D91
Complementary color
Monochromatic Colors of #182D91
Black with #182D91
Text Example
Text Example
White with #182D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D91; }
p { color: rgb(24,45,145); }
H1.HeaderClassName
{
color: #182D91;
}
.AnyTagClassName
{
color: #182D91;
}
</style>
background-color css
<style>
a { background-color: #182D91; }
a { background-color: rgb(24,45,145); }
div.DivClassName
{
background-color: #182D91;
}
.BgClassName
{
background-color: #182D91;
}
</style>
border-color css
<style>
span { border-color: #182D91; }
span { border-color: rgb(24,45,145); }
td.TdClassName
{
border-color: #182D91;
}
.TagClassName
{
border-color: #182D91;
}
</style>