Shades of Egyptian Blue #182C9F
Tints of Egyptian Blue #182C9F
RGB
CMYK
RGB Variations
Color information
#182C9F (or 0x182C9F) is known color: Egyptian Blue. HEX triplet: 18, 2C and 9F. RGB value is (24,44,159). Sum of RGB (Red+Green+Blue) = 24+44+159=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #182C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C9F is #E7D360. Grayscale: #323232. Windows color (decimal): -15192929 or 10431512. OLE color: 10431512.
HSL color Cylindrical-coordinate representation of color #182C9F: hue angle of 231.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182C9F is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 44 | 159 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.38 |
| HSL | 231.11º | 0.74% | 0.36% | - |
| HSV(B) | 231.11º | 0.85% | 0.62% | - |
| XYZ | 7.54 | 4.5 | 33.27 | - |
| YUV | 51.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 159 | 0.85 | 0.72 | 0 | 0.38 | 231.11 | 0.74 | 0.36 |
| Hex | 18 | 2C | 9F | 55 | 48 | 0 | 26 | E7 | 4A | 24 |
| Octal | 30 | 54 | 237 | 125 | 110 | 0 | 46 | 347 | 112 | 44 |
| Binary | 11000 | 101100 | 10011111 | 1010101 | 1001000 | 0 | 100110 | 11100111 | 1001010 | 100100 |
Color Harmonies of #182C9F
Complementary color
Monochromatic Colors of #182C9F
Black with #182C9F
Text Example
Text Example
White with #182C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C9F; }
p { color: rgb(24,44,159); }
H1.HeaderClassName
{
color: #182C9F;
}
.AnyTagClassName
{
color: #182C9F;
}
</style>
background-color css
<style>
a { background-color: #182C9F; }
a { background-color: rgb(24,44,159); }
div.DivClassName
{
background-color: #182C9F;
}
.BgClassName
{
background-color: #182C9F;
}
</style>
border-color css
<style>
span { border-color: #182C9F; }
span { border-color: rgb(24,44,159); }
td.TdClassName
{
border-color: #182C9F;
}
.TagClassName
{
border-color: #182C9F;
}
</style>