Shades of Egyptian Blue #1945AA
Tints of Egyptian Blue #1945AA
RGB
CMYK
RGB Variations
Color information
#1945AA (or 0x1945AA) is known color: Egyptian Blue. HEX triplet: 19, 45 and AA. RGB value is (25,69,170). Sum of RGB (Red+Green+Blue) = 25+69+170=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #1945AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1945AA is #E6BA55. Grayscale: #424242. Windows color (decimal): -15120982 or 11158809. OLE color: 11158809.
HSL color Cylindrical-coordinate representation of color #1945AA: hue angle of 221.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 #1945AA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 69 | 170 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.33 |
| HSL | 221.79º | 0.74% | 0.38% | - |
| HSV(B) | 221.79º | 0.85% | 0.67% | - |
| XYZ | 9.78 | 7.37 | 38.94 | - |
| YUV | 67.36 | 185.92 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 170 | 0.85 | 0.59 | 0 | 0.33 | 221.79 | 0.74 | 0.38 |
| Hex | 19 | 45 | AA | 55 | 3B | 0 | 21 | DE | 4A | 26 |
| Octal | 31 | 105 | 252 | 125 | 73 | 0 | 41 | 336 | 112 | 46 |
| Binary | 11001 | 1000101 | 10101010 | 1010101 | 111011 | 0 | 100001 | 11011110 | 1001010 | 100110 |
Color Harmonies of #1945AA
Complementary color
Monochromatic Colors of #1945AA
Black with #1945AA
Text Example
Text Example
White with #1945AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945AA; }
p { color: rgb(25,69,170); }
H1.HeaderClassName
{
color: #1945AA;
}
.AnyTagClassName
{
color: #1945AA;
}
</style>
background-color css
<style>
a { background-color: #1945AA; }
a { background-color: rgb(25,69,170); }
div.DivClassName
{
background-color: #1945AA;
}
.BgClassName
{
background-color: #1945AA;
}
</style>
border-color css
<style>
span { border-color: #1945AA; }
span { border-color: rgb(25,69,170); }
td.TdClassName
{
border-color: #1945AA;
}
.TagClassName
{
border-color: #1945AA;
}
</style>