Shades of Egyptian Blue #1945AB
Tints of Egyptian Blue #1945AB
RGB
CMYK
RGB Variations
Color information
#1945AB (or 0x1945AB) is known color: Egyptian Blue. HEX triplet: 19, 45 and AB. RGB value is (25,69,171). Sum of RGB (Red+Green+Blue) = 25+69+171=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #1945AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1945AB is #E6BA54. Grayscale: #434343. Windows color (decimal): -15120981 or 11224345. OLE color: 11224345.
HSL color Cylindrical-coordinate representation of color #1945AB: hue angle of 221.92º 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 #1945AB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 69 | 171 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.33 |
| HSL | 221.92º | 0.74% | 0.38% | - |
| HSV(B) | 221.92º | 0.85% | 0.67% | - |
| XYZ | 9.88 | 7.4 | 39.44 | - |
| YUV | 67.47 | 186.42 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 171 | 0.85 | 0.60 | 0 | 0.33 | 221.92 | 0.74 | 0.38 |
| Hex | 19 | 45 | AB | 55 | 3C | 0 | 21 | DE | 4A | 26 |
| Octal | 31 | 105 | 253 | 125 | 74 | 0 | 41 | 336 | 112 | 46 |
| Binary | 11001 | 1000101 | 10101011 | 1010101 | 111100 | 0 | 100001 | 11011110 | 1001010 | 100110 |
Color Harmonies of #1945AB
Complementary color
Monochromatic Colors of #1945AB
Black with #1945AB
Text Example
Text Example
White with #1945AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945AB; }
p { color: rgb(25,69,171); }
H1.HeaderClassName
{
color: #1945AB;
}
.AnyTagClassName
{
color: #1945AB;
}
</style>
background-color css
<style>
a { background-color: #1945AB; }
a { background-color: rgb(25,69,171); }
div.DivClassName
{
background-color: #1945AB;
}
.BgClassName
{
background-color: #1945AB;
}
</style>
border-color css
<style>
span { border-color: #1945AB; }
span { border-color: rgb(25,69,171); }
td.TdClassName
{
border-color: #1945AB;
}
.TagClassName
{
border-color: #1945AB;
}
</style>