Shades of Egyptian Blue #18419B
Tints of Egyptian Blue #18419B
RGB
CMYK
RGB Variations
Color information
#18419B (or 0x18419B) is known color: Egyptian Blue. HEX triplet: 18, 41 and 9B. RGB value is (24,65,155). Sum of RGB (Red+Green+Blue) = 24+65+155=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #18419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18419B is #E7BE64. Grayscale: #3E3E3E. Windows color (decimal): -15187557 or 10174744. OLE color: 10174744.
HSL color Cylindrical-coordinate representation of color #18419B: hue angle of 221.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18419B is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 65 | 155 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.39 |
| HSL | 221.22º | 0.73% | 0.35% | - |
| HSV(B) | 221.22º | 0.85% | 0.61% | - |
| XYZ | 8.18 | 6.34 | 31.8 | - |
| YUV | 63 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 155 | 0.85 | 0.58 | 0 | 0.39 | 221.22 | 0.73 | 0.35 |
| Hex | 18 | 41 | 9B | 55 | 3A | 0 | 27 | DD | 49 | 23 |
| Octal | 30 | 101 | 233 | 125 | 72 | 0 | 47 | 335 | 111 | 43 |
| Binary | 11000 | 1000001 | 10011011 | 1010101 | 111010 | 0 | 100111 | 11011101 | 1001001 | 100011 |
Color Harmonies of #18419B
Complementary color
Monochromatic Colors of #18419B
Black with #18419B
Text Example
Text Example
White with #18419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18419B; }
p { color: rgb(24,65,155); }
H1.HeaderClassName
{
color: #18419B;
}
.AnyTagClassName
{
color: #18419B;
}
</style>
background-color css
<style>
a { background-color: #18419B; }
a { background-color: rgb(24,65,155); }
div.DivClassName
{
background-color: #18419B;
}
.BgClassName
{
background-color: #18419B;
}
</style>
border-color css
<style>
span { border-color: #18419B; }
span { border-color: rgb(24,65,155); }
td.TdClassName
{
border-color: #18419B;
}
.TagClassName
{
border-color: #18419B;
}
</style>