Shades of Egyptian Blue #1942AB
Tints of Egyptian Blue #1942AB
RGB
CMYK
RGB Variations
Color information
#1942AB (or 0x1942AB) is known color: Egyptian Blue. HEX triplet: 19, 42 and AB. RGB value is (25,66,171). Sum of RGB (Red+Green+Blue) = 25+66+171=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1942AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1942AB is #E6BD54. Grayscale: #414141. Windows color (decimal): -15121749 or 11223577. OLE color: 11223577.
HSL color Cylindrical-coordinate representation of color #1942AB: hue angle of 223.15º 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 #1942AB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 66 | 171 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.33 |
| HSL | 223.15º | 0.74% | 0.38% | - |
| HSV(B) | 223.15º | 0.85% | 0.67% | - |
| XYZ | 9.7 | 7.04 | 39.38 | - |
| YUV | 65.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 171 | 0.85 | 0.61 | 0 | 0.33 | 223.15 | 0.74 | 0.38 |
| Hex | 19 | 42 | AB | 55 | 3D | 0 | 21 | DF | 4A | 26 |
| Octal | 31 | 102 | 253 | 125 | 75 | 0 | 41 | 337 | 112 | 46 |
| Binary | 11001 | 1000010 | 10101011 | 1010101 | 111101 | 0 | 100001 | 11011111 | 1001010 | 100110 |
Color Harmonies of #1942AB
Complementary color
Monochromatic Colors of #1942AB
Black with #1942AB
Text Example
Text Example
White with #1942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942AB; }
p { color: rgb(25,66,171); }
H1.HeaderClassName
{
color: #1942AB;
}
.AnyTagClassName
{
color: #1942AB;
}
</style>
background-color css
<style>
a { background-color: #1942AB; }
a { background-color: rgb(25,66,171); }
div.DivClassName
{
background-color: #1942AB;
}
.BgClassName
{
background-color: #1942AB;
}
</style>
border-color css
<style>
span { border-color: #1942AB; }
span { border-color: rgb(25,66,171); }
td.TdClassName
{
border-color: #1942AB;
}
.TagClassName
{
border-color: #1942AB;
}
</style>