Shades of Egyptian Blue #182C92
Tints of Egyptian Blue #182C92
RGB
CMYK
RGB Variations
Color information
#182C92 (or 0x182C92) is known color: Egyptian Blue. HEX triplet: 18, 2C and 92. RGB value is (24,44,146). Sum of RGB (Red+Green+Blue) = 24+44+146=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #182C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C92 is #E7D36D. Grayscale: #313131. Windows color (decimal): -15192942 or 9579544. OLE color: 9579544.
HSL color Cylindrical-coordinate representation of color #182C92: hue angle of 230.16º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182C92 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 44 | 146 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.43 |
| HSL | 230.16º | 0.72% | 0.33% | - |
| HSV(B) | 230.16º | 0.84% | 0.57% | - |
| XYZ | 6.47 | 4.07 | 27.64 | - |
| YUV | 49.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 146 | 0.84 | 0.70 | 0 | 0.43 | 230.16 | 0.72 | 0.33 |
| Hex | 18 | 2C | 92 | 54 | 46 | 0 | 2B | E6 | 48 | 21 |
| Octal | 30 | 54 | 222 | 124 | 106 | 0 | 53 | 346 | 110 | 41 |
| Binary | 11000 | 101100 | 10010010 | 1010100 | 1000110 | 0 | 101011 | 11100110 | 1001000 | 100001 |
Color Harmonies of #182C92
Complementary color
Monochromatic Colors of #182C92
Black with #182C92
Text Example
Text Example
White with #182C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C92; }
p { color: rgb(24,44,146); }
H1.HeaderClassName
{
color: #182C92;
}
.AnyTagClassName
{
color: #182C92;
}
</style>
background-color css
<style>
a { background-color: #182C92; }
a { background-color: rgb(24,44,146); }
div.DivClassName
{
background-color: #182C92;
}
.BgClassName
{
background-color: #182C92;
}
</style>
border-color css
<style>
span { border-color: #182C92; }
span { border-color: rgb(24,44,146); }
td.TdClassName
{
border-color: #182C92;
}
.TagClassName
{
border-color: #182C92;
}
</style>