Shades of Egyptian Blue #194AAB
Tints of Egyptian Blue #194AAB
RGB
CMYK
RGB Variations
Color information
#194AAB (or 0x194AAB) is known color: Egyptian Blue. HEX triplet: 19, 4A and AB. RGB value is (25,74,171). Sum of RGB (Red+Green+Blue) = 25+74+171=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #194AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AAB is #E6B554. Grayscale: #454545. Windows color (decimal): -15119701 or 11225625. OLE color: 11225625.
HSL color Cylindrical-coordinate representation of color #194AAB: hue angle of 219.86º 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 #194AAB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 74 | 171 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.33 |
| HSL | 219.86º | 0.74% | 0.38% | - |
| HSV(B) | 219.86º | 0.85% | 0.67% | - |
| XYZ | 10.2 | 8.04 | 39.54 | - |
| YUV | 70.41 | 184.77 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 171 | 0.85 | 0.57 | 0 | 0.33 | 219.86 | 0.74 | 0.38 |
| Hex | 19 | 4A | AB | 55 | 39 | 0 | 21 | DC | 4A | 26 |
| Octal | 31 | 112 | 253 | 125 | 71 | 0 | 41 | 334 | 112 | 46 |
| Binary | 11001 | 1001010 | 10101011 | 1010101 | 111001 | 0 | 100001 | 11011100 | 1001010 | 100110 |
Color Harmonies of #194AAB
Complementary color
Monochromatic Colors of #194AAB
Black with #194AAB
Text Example
Text Example
White with #194AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AAB; }
p { color: rgb(25,74,171); }
H1.HeaderClassName
{
color: #194AAB;
}
.AnyTagClassName
{
color: #194AAB;
}
</style>
background-color css
<style>
a { background-color: #194AAB; }
a { background-color: rgb(25,74,171); }
div.DivClassName
{
background-color: #194AAB;
}
.BgClassName
{
background-color: #194AAB;
}
</style>
border-color css
<style>
span { border-color: #194AAB; }
span { border-color: rgb(25,74,171); }
td.TdClassName
{
border-color: #194AAB;
}
.TagClassName
{
border-color: #194AAB;
}
</style>