Shades of Egyptian Blue #1025A0
Tints of Egyptian Blue #1025A0
RGB
CMYK
RGB Variations
Color information
#1025A0 (or 0x1025A0) is known color: Egyptian Blue. HEX triplet: 10, 25 and A0. RGB value is (16,37,160). Sum of RGB (Red+Green+Blue) = 16+37+160=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #1025A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1025A0 is #EFDA5F. Grayscale: #2C2C2C. Windows color (decimal): -15719008 or 10495248. OLE color: 10495248.
HSL color Cylindrical-coordinate representation of color #1025A0: hue angle of 231.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1025A0 is Cyan = 0.9, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 37 | 160 | - |
| CMYK | 0.9 | 0.77 | 0 | 0.37 |
| HSL | 231.25º | 0.82% | 0.35% | - |
| HSV(B) | 231.25º | 0.9% | 0.63% | - |
| XYZ | 7.22 | 3.97 | 33.64 | - |
| YUV | 44.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 160 | 0.9 | 0.77 | 0 | 0.37 | 231.25 | 0.82 | 0.35 |
| Hex | 10 | 25 | A0 | 5A | 4D | 0 | 25 | E7 | 52 | 23 |
| Octal | 20 | 45 | 240 | 132 | 115 | 0 | 45 | 347 | 122 | 43 |
| Binary | 10000 | 100101 | 10100000 | 1011010 | 1001101 | 0 | 100101 | 11100111 | 1010010 | 100011 |
Color Harmonies of #1025A0
Complementary color
Monochromatic Colors of #1025A0
Black with #1025A0
Text Example
Text Example
White with #1025A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025A0; }
p { color: rgb(16,37,160); }
H1.HeaderClassName
{
color: #1025A0;
}
.AnyTagClassName
{
color: #1025A0;
}
</style>
background-color css
<style>
a { background-color: #1025A0; }
a { background-color: rgb(16,37,160); }
div.DivClassName
{
background-color: #1025A0;
}
.BgClassName
{
background-color: #1025A0;
}
</style>
border-color css
<style>
span { border-color: #1025A0; }
span { border-color: rgb(16,37,160); }
td.TdClassName
{
border-color: #1025A0;
}
.TagClassName
{
border-color: #1025A0;
}
</style>