Shades of Egyptian Blue #1925AA
Tints of Egyptian Blue #1925AA
RGB
CMYK
RGB Variations
Color information
#1925AA (or 0x1925AA) is known color: Egyptian Blue. HEX triplet: 19, 25 and AA. RGB value is (25,37,170). Sum of RGB (Red+Green+Blue) = 25+37+170=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #1925AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1925AA is #E6DA55. Grayscale: #303030. Windows color (decimal): -15129174 or 11150617. OLE color: 11150617.
HSL color Cylindrical-coordinate representation of color #1925AA: hue angle of 235.03º 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 #1925AA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 37 | 170 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.33 |
| HSL | 235.03º | 0.74% | 0.38% | - |
| HSV(B) | 235.03º | 0.85% | 0.67% | - |
| XYZ | 8.32 | 4.43 | 38.45 | - |
| YUV | 48.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 170 | 0.85 | 0.78 | 0 | 0.33 | 235.03 | 0.74 | 0.38 |
| Hex | 19 | 25 | AA | 55 | 4E | 0 | 21 | EB | 4A | 26 |
| Octal | 31 | 45 | 252 | 125 | 116 | 0 | 41 | 353 | 112 | 46 |
| Binary | 11001 | 100101 | 10101010 | 1010101 | 1001110 | 0 | 100001 | 11101011 | 1001010 | 100110 |
Color Harmonies of #1925AA
Complementary color
Monochromatic Colors of #1925AA
Black with #1925AA
Text Example
Text Example
White with #1925AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925AA; }
p { color: rgb(25,37,170); }
H1.HeaderClassName
{
color: #1925AA;
}
.AnyTagClassName
{
color: #1925AA;
}
</style>
background-color css
<style>
a { background-color: #1925AA; }
a { background-color: rgb(25,37,170); }
div.DivClassName
{
background-color: #1925AA;
}
.BgClassName
{
background-color: #1925AA;
}
</style>
border-color css
<style>
span { border-color: #1925AA; }
span { border-color: rgb(25,37,170); }
td.TdClassName
{
border-color: #1925AA;
}
.TagClassName
{
border-color: #1925AA;
}
</style>