Shades of Egyptian Blue #1946AB
Tints of Egyptian Blue #1946AB
RGB
CMYK
RGB Variations
Color information
#1946AB (or 0x1946AB) is known color: Egyptian Blue. HEX triplet: 19, 46 and AB. RGB value is (25,70,171). Sum of RGB (Red+Green+Blue) = 25+70+171=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #1946AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1946AB is #E6B954. Grayscale: #434343. Windows color (decimal): -15120725 or 11224601. OLE color: 11224601.
HSL color Cylindrical-coordinate representation of color #1946AB: hue angle of 221.51º 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 #1946AB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 70 | 171 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.33 |
| HSL | 221.51º | 0.74% | 0.38% | - |
| HSV(B) | 221.51º | 0.85% | 0.67% | - |
| XYZ | 9.94 | 7.53 | 39.46 | - |
| YUV | 68.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 171 | 0.85 | 0.59 | 0 | 0.33 | 221.51 | 0.74 | 0.38 |
| Hex | 19 | 46 | AB | 55 | 3B | 0 | 21 | DE | 4A | 26 |
| Octal | 31 | 106 | 253 | 125 | 73 | 0 | 41 | 336 | 112 | 46 |
| Binary | 11001 | 1000110 | 10101011 | 1010101 | 111011 | 0 | 100001 | 11011110 | 1001010 | 100110 |
Color Harmonies of #1946AB
Complementary color
Monochromatic Colors of #1946AB
Black with #1946AB
Text Example
Text Example
White with #1946AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946AB; }
p { color: rgb(25,70,171); }
H1.HeaderClassName
{
color: #1946AB;
}
.AnyTagClassName
{
color: #1946AB;
}
</style>
background-color css
<style>
a { background-color: #1946AB; }
a { background-color: rgb(25,70,171); }
div.DivClassName
{
background-color: #1946AB;
}
.BgClassName
{
background-color: #1946AB;
}
</style>
border-color css
<style>
span { border-color: #1946AB; }
span { border-color: rgb(25,70,171); }
td.TdClassName
{
border-color: #1946AB;
}
.TagClassName
{
border-color: #1946AB;
}
</style>