Shades of Egyptian Blue #1928AA
Tints of Egyptian Blue #1928AA
RGB
CMYK
RGB Variations
Color information
#1928AA (or 0x1928AA) is known color: Egyptian Blue. HEX triplet: 19, 28 and AA. RGB value is (25,40,170). Sum of RGB (Red+Green+Blue) = 25+40+170=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #1928AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1928AA is #E6D755. Grayscale: #313131. Windows color (decimal): -15128406 or 11151385. OLE color: 11151385.
HSL color Cylindrical-coordinate representation of color #1928AA: hue angle of 233.79º 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 #1928AA is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 40 | 170 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.33 |
| HSL | 233.79º | 0.74% | 0.38% | - |
| HSV(B) | 233.79º | 0.85% | 0.67% | - |
| XYZ | 8.42 | 4.63 | 38.48 | - |
| YUV | 50.34 | 195.53 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 170 | 0.85 | 0.76 | 0 | 0.33 | 233.79 | 0.74 | 0.38 |
| Hex | 19 | 28 | AA | 55 | 4C | 0 | 21 | EA | 4A | 26 |
| Octal | 31 | 50 | 252 | 125 | 114 | 0 | 41 | 352 | 112 | 46 |
| Binary | 11001 | 101000 | 10101010 | 1010101 | 1001100 | 0 | 100001 | 11101010 | 1001010 | 100110 |
Color Harmonies of #1928AA
Complementary color
Monochromatic Colors of #1928AA
Black with #1928AA
Text Example
Text Example
White with #1928AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1928AA; }
p { color: rgb(25,40,170); }
H1.HeaderClassName
{
color: #1928AA;
}
.AnyTagClassName
{
color: #1928AA;
}
</style>
background-color css
<style>
a { background-color: #1928AA; }
a { background-color: rgb(25,40,170); }
div.DivClassName
{
background-color: #1928AA;
}
.BgClassName
{
background-color: #1928AA;
}
</style>
border-color css
<style>
span { border-color: #1928AA; }
span { border-color: rgb(25,40,170); }
td.TdClassName
{
border-color: #1928AA;
}
.TagClassName
{
border-color: #1928AA;
}
</style>