Shades of Egyptian Blue #1819B2
Tints of Egyptian Blue #1819B2
RGB
CMYK
RGB Variations
Color information
#1819B2 (or 0x1819B2) is known color: Egyptian Blue. HEX triplet: 18, 19 and B2. RGB value is (24,25,178). Sum of RGB (Red+Green+Blue) = 24+25+178=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 178 (69.92% from 255 or 78.41% from 227); Max value from RGB is 178 - color contains mainly: blue. Hex color #1819B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819B2 is #E7E64D. Grayscale: #292929. Windows color (decimal): -15197774 or 11671832. OLE color: 11671832.
HSL color Cylindrical-coordinate representation of color #1819B2: hue angle of 239.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1819B2 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 25 | 178 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.30 |
| HSL | 239.61º | 0.76% | 0.4% | - |
| HSV(B) | 239.61º | 0.87% | 0.7% | - |
| XYZ | 8.76 | 4.1 | 42.45 | - |
| YUV | 42.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 178 | 0.87 | 0.86 | 0 | 0.30 | 239.61 | 0.76 | 0.4 |
| Hex | 18 | 19 | B2 | 57 | 56 | 0 | 1E | F0 | 4C | 28 |
| Octal | 30 | 31 | 262 | 127 | 126 | 0 | 36 | 360 | 114 | 50 |
| Binary | 11000 | 11001 | 10110010 | 1010111 | 1010110 | 0 | 11110 | 11110000 | 1001100 | 101000 |
Color Harmonies of #1819B2
Complementary color
Monochromatic Colors of #1819B2
Black with #1819B2
Text Example
Text Example
White with #1819B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819B2; }
p { color: rgb(24,25,178); }
H1.HeaderClassName
{
color: #1819B2;
}
.AnyTagClassName
{
color: #1819B2;
}
</style>
background-color css
<style>
a { background-color: #1819B2; }
a { background-color: rgb(24,25,178); }
div.DivClassName
{
background-color: #1819B2;
}
.BgClassName
{
background-color: #1819B2;
}
</style>
border-color css
<style>
span { border-color: #1819B2; }
span { border-color: rgb(24,25,178); }
td.TdClassName
{
border-color: #1819B2;
}
.TagClassName
{
border-color: #1819B2;
}
</style>