Shades of Egyptian Blue #1925A3
Tints of Egyptian Blue #1925A3
RGB
CMYK
RGB Variations
Color information
#1925A3 (or 0x1925A3) is known color: Egyptian Blue. HEX triplet: 19, 25 and A3. RGB value is (25,37,163). Sum of RGB (Red+Green+Blue) = 25+37+163=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #1925A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1925A3 is #E6DA5C. Grayscale: #2F2F2F. Windows color (decimal): -15129181 or 10691865. OLE color: 10691865.
HSL color Cylindrical-coordinate representation of color #1925A3: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1925A3 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 37 | 163 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.36 |
| HSL | 234.78º | 0.73% | 0.37% | - |
| HSV(B) | 234.78º | 0.85% | 0.64% | - |
| XYZ | 7.67 | 4.17 | 35.05 | - |
| YUV | 47.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 163 | 0.85 | 0.77 | 0 | 0.36 | 234.78 | 0.73 | 0.37 |
| Hex | 19 | 25 | A3 | 55 | 4D | 0 | 24 | EB | 49 | 25 |
| Octal | 31 | 45 | 243 | 125 | 115 | 0 | 44 | 353 | 111 | 45 |
| Binary | 11001 | 100101 | 10100011 | 1010101 | 1001101 | 0 | 100100 | 11101011 | 1001001 | 100101 |
Color Harmonies of #1925A3
Complementary color
Monochromatic Colors of #1925A3
Black with #1925A3
Text Example
Text Example
White with #1925A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925A3; }
p { color: rgb(25,37,163); }
H1.HeaderClassName
{
color: #1925A3;
}
.AnyTagClassName
{
color: #1925A3;
}
</style>
background-color css
<style>
a { background-color: #1925A3; }
a { background-color: rgb(25,37,163); }
div.DivClassName
{
background-color: #1925A3;
}
.BgClassName
{
background-color: #1925A3;
}
</style>
border-color css
<style>
span { border-color: #1925A3; }
span { border-color: rgb(25,37,163); }
td.TdClassName
{
border-color: #1925A3;
}
.TagClassName
{
border-color: #1925A3;
}
</style>