Shades of Egyptian Blue #1942AC
Tints of Egyptian Blue #1942AC
RGB
CMYK
RGB Variations
Color information
#1942AC (or 0x1942AC) is known color: Egyptian Blue. HEX triplet: 19, 42 and AC. RGB value is (25,66,172). Sum of RGB (Red+Green+Blue) = 25+66+172=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1942AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1942AC is #E6BD53. Grayscale: #414141. Windows color (decimal): -15121748 or 11289113. OLE color: 11289113.
HSL color Cylindrical-coordinate representation of color #1942AC: hue angle of 223.27º 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 #1942AC is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 66 | 172 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.33 |
| HSL | 223.27º | 0.75% | 0.39% | - |
| HSV(B) | 223.27º | 0.85% | 0.67% | - |
| XYZ | 9.8 | 7.08 | 39.88 | - |
| YUV | 65.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 172 | 0.85 | 0.62 | 0 | 0.33 | 223.27 | 0.75 | 0.39 |
| Hex | 19 | 42 | AC | 55 | 3E | 0 | 21 | DF | 4B | 27 |
| Octal | 31 | 102 | 254 | 125 | 76 | 0 | 41 | 337 | 113 | 47 |
| Binary | 11001 | 1000010 | 10101100 | 1010101 | 111110 | 0 | 100001 | 11011111 | 1001011 | 100111 |
Color Harmonies of #1942AC
Complementary color
Monochromatic Colors of #1942AC
Black with #1942AC
Text Example
Text Example
White with #1942AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942AC; }
p { color: rgb(25,66,172); }
H1.HeaderClassName
{
color: #1942AC;
}
.AnyTagClassName
{
color: #1942AC;
}
</style>
background-color css
<style>
a { background-color: #1942AC; }
a { background-color: rgb(25,66,172); }
div.DivClassName
{
background-color: #1942AC;
}
.BgClassName
{
background-color: #1942AC;
}
</style>
border-color css
<style>
span { border-color: #1942AC; }
span { border-color: rgb(25,66,172); }
td.TdClassName
{
border-color: #1942AC;
}
.TagClassName
{
border-color: #1942AC;
}
</style>