Shades of Egyptian Blue #1944AB
Tints of Egyptian Blue #1944AB
RGB
CMYK
RGB Variations
Color information
#1944AB (or 0x1944AB) is known color: Egyptian Blue. HEX triplet: 19, 44 and AB. RGB value is (25,68,171). Sum of RGB (Red+Green+Blue) = 25+68+171=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #1944AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1944AB is #E6BB54. Grayscale: #424242. Windows color (decimal): -15121237 or 11224089. OLE color: 11224089.
HSL color Cylindrical-coordinate representation of color #1944AB: hue angle of 222.33º 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 #1944AB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 68 | 171 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.33 |
| HSL | 222.33º | 0.74% | 0.38% | - |
| HSV(B) | 222.33º | 0.85% | 0.67% | - |
| XYZ | 9.82 | 7.28 | 39.42 | - |
| YUV | 66.89 | 186.75 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 171 | 0.85 | 0.60 | 0 | 0.33 | 222.33 | 0.74 | 0.38 |
| Hex | 19 | 44 | AB | 55 | 3C | 0 | 21 | DE | 4A | 26 |
| Octal | 31 | 104 | 253 | 125 | 74 | 0 | 41 | 336 | 112 | 46 |
| Binary | 11001 | 1000100 | 10101011 | 1010101 | 111100 | 0 | 100001 | 11011110 | 1001010 | 100110 |
Color Harmonies of #1944AB
Complementary color
Monochromatic Colors of #1944AB
Black with #1944AB
Text Example
Text Example
White with #1944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944AB; }
p { color: rgb(25,68,171); }
H1.HeaderClassName
{
color: #1944AB;
}
.AnyTagClassName
{
color: #1944AB;
}
</style>
background-color css
<style>
a { background-color: #1944AB; }
a { background-color: rgb(25,68,171); }
div.DivClassName
{
background-color: #1944AB;
}
.BgClassName
{
background-color: #1944AB;
}
</style>
border-color css
<style>
span { border-color: #1944AB; }
span { border-color: rgb(25,68,171); }
td.TdClassName
{
border-color: #1944AB;
}
.TagClassName
{
border-color: #1944AB;
}
</style>