Shades of Egyptian Blue #182F9E
Tints of Egyptian Blue #182F9E
RGB
CMYK
RGB Variations
Color information
#182F9E (or 0x182F9E) is known color: Egyptian Blue. HEX triplet: 18, 2F and 9E. RGB value is (24,47,158). Sum of RGB (Red+Green+Blue) = 24+47+158=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #182F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F9E is #E7D061. Grayscale: #343434. Windows color (decimal): -15192162 or 10366744. OLE color: 10366744.
HSL color Cylindrical-coordinate representation of color #182F9E: hue angle of 229.7º 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 #182F9E is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 47 | 158 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.38 |
| HSL | 229.7º | 0.74% | 0.36% | - |
| HSV(B) | 229.7º | 0.85% | 0.62% | - |
| XYZ | 7.56 | 4.7 | 32.86 | - |
| YUV | 52.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 158 | 0.85 | 0.70 | 0 | 0.38 | 229.7 | 0.74 | 0.36 |
| Hex | 18 | 2F | 9E | 55 | 46 | 0 | 26 | E6 | 4A | 24 |
| Octal | 30 | 57 | 236 | 125 | 106 | 0 | 46 | 346 | 112 | 44 |
| Binary | 11000 | 101111 | 10011110 | 1010101 | 1000110 | 0 | 100110 | 11100110 | 1001010 | 100100 |
Color Harmonies of #182F9E
Complementary color
Monochromatic Colors of #182F9E
Black with #182F9E
Text Example
Text Example
White with #182F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F9E; }
p { color: rgb(24,47,158); }
H1.HeaderClassName
{
color: #182F9E;
}
.AnyTagClassName
{
color: #182F9E;
}
</style>
background-color css
<style>
a { background-color: #182F9E; }
a { background-color: rgb(24,47,158); }
div.DivClassName
{
background-color: #182F9E;
}
.BgClassName
{
background-color: #182F9E;
}
</style>
border-color css
<style>
span { border-color: #182F9E; }
span { border-color: rgb(24,47,158); }
td.TdClassName
{
border-color: #182F9E;
}
.TagClassName
{
border-color: #182F9E;
}
</style>