Shades of Egyptian Blue #1946AC
Tints of Egyptian Blue #1946AC
RGB
CMYK
RGB Variations
Color information
#1946AC (or 0x1946AC) is known color: Egyptian Blue. HEX triplet: 19, 46 and AC. RGB value is (25,70,172). Sum of RGB (Red+Green+Blue) = 25+70+172=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #1946AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1946AC is #E6B953. Grayscale: #434343. Windows color (decimal): -15120724 or 11290137. OLE color: 11290137.
HSL color Cylindrical-coordinate representation of color #1946AC: hue angle of 221.63º 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 #1946AC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 70 | 172 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.33 |
| HSL | 221.63º | 0.75% | 0.39% | - |
| HSV(B) | 221.63º | 0.85% | 0.67% | - |
| XYZ | 10.04 | 7.57 | 39.96 | - |
| YUV | 68.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 172 | 0.85 | 0.59 | 0 | 0.33 | 221.63 | 0.75 | 0.39 |
| Hex | 19 | 46 | AC | 55 | 3B | 0 | 21 | DE | 4B | 27 |
| Octal | 31 | 106 | 254 | 125 | 73 | 0 | 41 | 336 | 113 | 47 |
| Binary | 11001 | 1000110 | 10101100 | 1010101 | 111011 | 0 | 100001 | 11011110 | 1001011 | 100111 |
Color Harmonies of #1946AC
Complementary color
Monochromatic Colors of #1946AC
Black with #1946AC
Text Example
Text Example
White with #1946AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946AC; }
p { color: rgb(25,70,172); }
H1.HeaderClassName
{
color: #1946AC;
}
.AnyTagClassName
{
color: #1946AC;
}
</style>
background-color css
<style>
a { background-color: #1946AC; }
a { background-color: rgb(25,70,172); }
div.DivClassName
{
background-color: #1946AC;
}
.BgClassName
{
background-color: #1946AC;
}
</style>
border-color css
<style>
span { border-color: #1946AC; }
span { border-color: rgb(25,70,172); }
td.TdClassName
{
border-color: #1946AC;
}
.TagClassName
{
border-color: #1946AC;
}
</style>