Shades of Egyptian Blue #1941AB
Tints of Egyptian Blue #1941AB
RGB
CMYK
RGB Variations
Color information
#1941AB (or 0x1941AB) is known color: Egyptian Blue. HEX triplet: 19, 41 and AB. RGB value is (25,65,171). Sum of RGB (Red+Green+Blue) = 25+65+171=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1941AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1941AB is #E6BE54. Grayscale: #404040. Windows color (decimal): -15122005 or 11223321. OLE color: 11223321.
HSL color Cylindrical-coordinate representation of color #1941AB: hue angle of 223.56º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1941AB is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 65 | 171 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.33 |
| HSL | 223.56º | 0.74% | 0.38% | - |
| HSV(B) | 223.56º | 0.85% | 0.67% | - |
| XYZ | 9.64 | 6.93 | 39.36 | - |
| YUV | 65.12 | 187.75 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 171 | 0.85 | 0.62 | 0 | 0.33 | 223.56 | 0.74 | 0.38 |
| Hex | 19 | 41 | AB | 55 | 3E | 0 | 21 | E0 | 4A | 26 |
| Octal | 31 | 101 | 253 | 125 | 76 | 0 | 41 | 340 | 112 | 46 |
| Binary | 11001 | 1000001 | 10101011 | 1010101 | 111110 | 0 | 100001 | 11100000 | 1001010 | 100110 |
Color Harmonies of #1941AB
Complementary color
Monochromatic Colors of #1941AB
Black with #1941AB
Text Example
Text Example
White with #1941AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941AB; }
p { color: rgb(25,65,171); }
H1.HeaderClassName
{
color: #1941AB;
}
.AnyTagClassName
{
color: #1941AB;
}
</style>
background-color css
<style>
a { background-color: #1941AB; }
a { background-color: rgb(25,65,171); }
div.DivClassName
{
background-color: #1941AB;
}
.BgClassName
{
background-color: #1941AB;
}
</style>
border-color css
<style>
span { border-color: #1941AB; }
span { border-color: rgb(25,65,171); }
td.TdClassName
{
border-color: #1941AB;
}
.TagClassName
{
border-color: #1941AB;
}
</style>