Shades of Egyptian Blue #1325A0
Tints of Egyptian Blue #1325A0
RGB
CMYK
RGB Variations
Color information
#1325A0 (or 0x1325A0) is known color: Egyptian Blue. HEX triplet: 13, 25 and A0. RGB value is (19,37,160). Sum of RGB (Red+Green+Blue) = 19+37+160=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 160 (62.89% from 255 or 74.07% from 216); Max value from RGB is 160 - color contains mainly: blue. Hex color #1325A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1325A0 is #ECDA5F. Grayscale: #2D2D2D. Windows color (decimal): -15522400 or 10495251. OLE color: 10495251.
HSL color Cylindrical-coordinate representation of color #1325A0: hue angle of 232.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1325A0 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 37 | 160 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.37 |
| HSL | 232.34º | 0.79% | 0.35% | - |
| HSV(B) | 232.34º | 0.88% | 0.63% | - |
| XYZ | 7.28 | 4 | 33.65 | - |
| YUV | 45.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 160 | 0.88 | 0.77 | 0 | 0.37 | 232.34 | 0.79 | 0.35 |
| Hex | 13 | 25 | A0 | 58 | 4D | 0 | 25 | E8 | 4F | 23 |
| Octal | 23 | 45 | 240 | 130 | 115 | 0 | 45 | 350 | 117 | 43 |
| Binary | 10011 | 100101 | 10100000 | 1011000 | 1001101 | 0 | 100101 | 11101000 | 1001111 | 100011 |
Color Harmonies of #1325A0
Complementary color
Monochromatic Colors of #1325A0
Black with #1325A0
Text Example
Text Example
White with #1325A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1325A0; }
p { color: rgb(19,37,160); }
H1.HeaderClassName
{
color: #1325A0;
}
.AnyTagClassName
{
color: #1325A0;
}
</style>
background-color css
<style>
a { background-color: #1325A0; }
a { background-color: rgb(19,37,160); }
div.DivClassName
{
background-color: #1325A0;
}
.BgClassName
{
background-color: #1325A0;
}
</style>
border-color css
<style>
span { border-color: #1325A0; }
span { border-color: rgb(19,37,160); }
td.TdClassName
{
border-color: #1325A0;
}
.TagClassName
{
border-color: #1325A0;
}
</style>