Shades of Egyptian Blue #182D93
Tints of Egyptian Blue #182D93
RGB
CMYK
RGB Variations
Color information
#182D93 (or 0x182D93) is known color: Egyptian Blue. HEX triplet: 18, 2D and 93. RGB value is (24,45,147). Sum of RGB (Red+Green+Blue) = 24+45+147=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #182D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D93 is #E7D26C. Grayscale: #313131. Windows color (decimal): -15192685 or 9645336. OLE color: 9645336.
HSL color Cylindrical-coordinate representation of color #182D93: hue angle of 229.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182D93 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 45 | 147 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.42 |
| HSL | 229.76º | 0.72% | 0.34% | - |
| HSV(B) | 229.76º | 0.84% | 0.58% | - |
| XYZ | 6.58 | 4.18 | 28.06 | - |
| YUV | 50.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 147 | 0.84 | 0.69 | 0 | 0.42 | 229.76 | 0.72 | 0.34 |
| Hex | 18 | 2D | 93 | 54 | 45 | 0 | 2A | E6 | 48 | 22 |
| Octal | 30 | 55 | 223 | 124 | 105 | 0 | 52 | 346 | 110 | 42 |
| Binary | 11000 | 101101 | 10010011 | 1010100 | 1000101 | 0 | 101010 | 11100110 | 1001000 | 100010 |
Color Harmonies of #182D93
Complementary color
Monochromatic Colors of #182D93
Black with #182D93
Text Example
Text Example
White with #182D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D93; }
p { color: rgb(24,45,147); }
H1.HeaderClassName
{
color: #182D93;
}
.AnyTagClassName
{
color: #182D93;
}
</style>
background-color css
<style>
a { background-color: #182D93; }
a { background-color: rgb(24,45,147); }
div.DivClassName
{
background-color: #182D93;
}
.BgClassName
{
background-color: #182D93;
}
</style>
border-color css
<style>
span { border-color: #182D93; }
span { border-color: rgb(24,45,147); }
td.TdClassName
{
border-color: #182D93;
}
.TagClassName
{
border-color: #182D93;
}
</style>