Shades of Egyptian Blue #182A92
Tints of Egyptian Blue #182A92
RGB
CMYK
RGB Variations
Color information
#182A92 (or 0x182A92) is known color: Egyptian Blue. HEX triplet: 18, 2A and 92. RGB value is (24,42,146). Sum of RGB (Red+Green+Blue) = 24+42+146=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #182A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A92 is #E7D56D. Grayscale: #303030. Windows color (decimal): -15193454 or 9579032. OLE color: 9579032.
HSL color Cylindrical-coordinate representation of color #182A92: hue angle of 231.15º 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 #182A92 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 42 | 146 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.43 |
| HSL | 231.15º | 0.72% | 0.33% | - |
| HSV(B) | 231.15º | 0.84% | 0.57% | - |
| XYZ | 6.39 | 3.93 | 27.61 | - |
| YUV | 48.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 146 | 0.84 | 0.71 | 0 | 0.43 | 231.15 | 0.72 | 0.33 |
| Hex | 18 | 2A | 92 | 54 | 47 | 0 | 2B | E7 | 48 | 21 |
| Octal | 30 | 52 | 222 | 124 | 107 | 0 | 53 | 347 | 110 | 41 |
| Binary | 11000 | 101010 | 10010010 | 1010100 | 1000111 | 0 | 101011 | 11100111 | 1001000 | 100001 |
Color Harmonies of #182A92
Complementary color
Monochromatic Colors of #182A92
Black with #182A92
Text Example
Text Example
White with #182A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A92; }
p { color: rgb(24,42,146); }
H1.HeaderClassName
{
color: #182A92;
}
.AnyTagClassName
{
color: #182A92;
}
</style>
background-color css
<style>
a { background-color: #182A92; }
a { background-color: rgb(24,42,146); }
div.DivClassName
{
background-color: #182A92;
}
.BgClassName
{
background-color: #182A92;
}
</style>
border-color css
<style>
span { border-color: #182A92; }
span { border-color: rgb(24,42,146); }
td.TdClassName
{
border-color: #182A92;
}
.TagClassName
{
border-color: #182A92;
}
</style>