Shades of Egyptian Blue #1025A6
Tints of Egyptian Blue #1025A6
RGB
CMYK
RGB Variations
Color information
#1025A6 (or 0x1025A6) is known color: Egyptian Blue. HEX triplet: 10, 25 and A6. RGB value is (16,37,166). Sum of RGB (Red+Green+Blue) = 16+37+166=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 166 (65.23% from 255 or 75.80% from 219); Max value from RGB is 166 - color contains mainly: blue. Hex color #1025A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1025A6 is #EFDA59. Grayscale: #2C2C2C. Windows color (decimal): -15719002 or 10888464. OLE color: 10888464.
HSL color Cylindrical-coordinate representation of color #1025A6: hue angle of 231.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1025A6 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 37 | 166 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.35 |
| HSL | 231.6º | 0.82% | 0.36% | - |
| HSV(B) | 231.6º | 0.9% | 0.65% | - |
| XYZ | 7.76 | 4.19 | 36.48 | - |
| YUV | 45.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 166 | 0.90 | 0.78 | 0 | 0.35 | 231.6 | 0.82 | 0.36 |
| Hex | 10 | 25 | A6 | 5A | 4E | 0 | 23 | E8 | 52 | 24 |
| Octal | 20 | 45 | 246 | 132 | 116 | 0 | 43 | 350 | 122 | 44 |
| Binary | 10000 | 100101 | 10100110 | 1011010 | 1001110 | 0 | 100011 | 11101000 | 1010010 | 100100 |
Color Harmonies of #1025A6
Complementary color
Monochromatic Colors of #1025A6
Black with #1025A6
Text Example
Text Example
White with #1025A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025A6; }
p { color: rgb(16,37,166); }
H1.HeaderClassName
{
color: #1025A6;
}
.AnyTagClassName
{
color: #1025A6;
}
</style>
background-color css
<style>
a { background-color: #1025A6; }
a { background-color: rgb(16,37,166); }
div.DivClassName
{
background-color: #1025A6;
}
.BgClassName
{
background-color: #1025A6;
}
</style>
border-color css
<style>
span { border-color: #1025A6; }
span { border-color: rgb(16,37,166); }
td.TdClassName
{
border-color: #1025A6;
}
.TagClassName
{
border-color: #1025A6;
}
</style>