Shades of Egyptian Blue #1925AB
Tints of Egyptian Blue #1925AB
RGB
CMYK
RGB Variations
Color information
#1925AB (or 0x1925AB) is known color: Egyptian Blue. HEX triplet: 19, 25 and AB. RGB value is (25,37,171). Sum of RGB (Red+Green+Blue) = 25+37+171=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #1925AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1925AB is #E6DA54. Grayscale: #303030. Windows color (decimal): -15129173 or 11216153. OLE color: 11216153.
HSL color Cylindrical-coordinate representation of color #1925AB: hue angle of 235.07º 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 #1925AB is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 37 | 171 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.33 |
| HSL | 235.07º | 0.74% | 0.38% | - |
| HSV(B) | 235.07º | 0.85% | 0.67% | - |
| XYZ | 8.41 | 4.47 | 38.95 | - |
| YUV | 48.69 | 197.02 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 171 | 0.85 | 0.78 | 0 | 0.33 | 235.07 | 0.74 | 0.38 |
| Hex | 19 | 25 | AB | 55 | 4E | 0 | 21 | EB | 4A | 26 |
| Octal | 31 | 45 | 253 | 125 | 116 | 0 | 41 | 353 | 112 | 46 |
| Binary | 11001 | 100101 | 10101011 | 1010101 | 1001110 | 0 | 100001 | 11101011 | 1001010 | 100110 |
Color Harmonies of #1925AB
Complementary color
Monochromatic Colors of #1925AB
Black with #1925AB
Text Example
Text Example
White with #1925AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925AB; }
p { color: rgb(25,37,171); }
H1.HeaderClassName
{
color: #1925AB;
}
.AnyTagClassName
{
color: #1925AB;
}
</style>
background-color css
<style>
a { background-color: #1925AB; }
a { background-color: rgb(25,37,171); }
div.DivClassName
{
background-color: #1925AB;
}
.BgClassName
{
background-color: #1925AB;
}
</style>
border-color css
<style>
span { border-color: #1925AB; }
span { border-color: rgb(25,37,171); }
td.TdClassName
{
border-color: #1925AB;
}
.TagClassName
{
border-color: #1925AB;
}
</style>