Shades of Egyptian Blue #1941A0
Tints of Egyptian Blue #1941A0
RGB
CMYK
RGB Variations
Color information
#1941A0 (or 0x1941A0) is known color: Egyptian Blue. HEX triplet: 19, 41 and A0. RGB value is (25,65,160). Sum of RGB (Red+Green+Blue) = 25+65+160=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #1941A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1941A0 is #E6BE5F. Grayscale: #3F3F3F. Windows color (decimal): -15122016 or 10502425. OLE color: 10502425.
HSL color Cylindrical-coordinate representation of color #1941A0: hue angle of 222.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1941A0 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 65 | 160 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.37 |
| HSL | 222.22º | 0.73% | 0.36% | - |
| HSV(B) | 222.22º | 0.84% | 0.63% | - |
| XYZ | 8.64 | 6.53 | 34.06 | - |
| YUV | 63.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 160 | 0.84 | 0.59 | 0 | 0.37 | 222.22 | 0.73 | 0.36 |
| Hex | 19 | 41 | A0 | 54 | 3B | 0 | 25 | DE | 49 | 24 |
| Octal | 31 | 101 | 240 | 124 | 73 | 0 | 45 | 336 | 111 | 44 |
| Binary | 11001 | 1000001 | 10100000 | 1010100 | 111011 | 0 | 100101 | 11011110 | 1001001 | 100100 |
Color Harmonies of #1941A0
Complementary color
Monochromatic Colors of #1941A0
Black with #1941A0
Text Example
Text Example
White with #1941A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941A0; }
p { color: rgb(25,65,160); }
H1.HeaderClassName
{
color: #1941A0;
}
.AnyTagClassName
{
color: #1941A0;
}
</style>
background-color css
<style>
a { background-color: #1941A0; }
a { background-color: rgb(25,65,160); }
div.DivClassName
{
background-color: #1941A0;
}
.BgClassName
{
background-color: #1941A0;
}
</style>
border-color css
<style>
span { border-color: #1941A0; }
span { border-color: rgb(25,65,160); }
td.TdClassName
{
border-color: #1941A0;
}
.TagClassName
{
border-color: #1941A0;
}
</style>