Shades of Egyptian Blue #1944AC
Tints of Egyptian Blue #1944AC
RGB
CMYK
RGB Variations
Color information
#1944AC (or 0x1944AC) is known color: Egyptian Blue. HEX triplet: 19, 44 and AC. RGB value is (25,68,172). Sum of RGB (Red+Green+Blue) = 25+68+172=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1944AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1944AC is #E6BB53. Grayscale: #424242. Windows color (decimal): -15121236 or 11289625. OLE color: 11289625.
HSL color Cylindrical-coordinate representation of color #1944AC: hue angle of 222.45º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1944AC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 68 | 172 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.33 |
| HSL | 222.45º | 0.75% | 0.39% | - |
| HSV(B) | 222.45º | 0.85% | 0.67% | - |
| XYZ | 9.91 | 7.32 | 39.92 | - |
| YUV | 67 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 172 | 0.85 | 0.60 | 0 | 0.33 | 222.45 | 0.75 | 0.39 |
| Hex | 19 | 44 | AC | 55 | 3C | 0 | 21 | DE | 4B | 27 |
| Octal | 31 | 104 | 254 | 125 | 74 | 0 | 41 | 336 | 113 | 47 |
| Binary | 11001 | 1000100 | 10101100 | 1010101 | 111100 | 0 | 100001 | 11011110 | 1001011 | 100111 |
Color Harmonies of #1944AC
Complementary color
Monochromatic Colors of #1944AC
Black with #1944AC
Text Example
Text Example
White with #1944AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944AC; }
p { color: rgb(25,68,172); }
H1.HeaderClassName
{
color: #1944AC;
}
.AnyTagClassName
{
color: #1944AC;
}
</style>
background-color css
<style>
a { background-color: #1944AC; }
a { background-color: rgb(25,68,172); }
div.DivClassName
{
background-color: #1944AC;
}
.BgClassName
{
background-color: #1944AC;
}
</style>
border-color css
<style>
span { border-color: #1944AC; }
span { border-color: rgb(25,68,172); }
td.TdClassName
{
border-color: #1944AC;
}
.TagClassName
{
border-color: #1944AC;
}
</style>