Shades of Egyptian Blue #1425A8
Tints of Egyptian Blue #1425A8
RGB
CMYK
RGB Variations
Color information
#1425A8 (or 0x1425A8) is known color: Egyptian Blue. HEX triplet: 14, 25 and A8. RGB value is (20,37,168). Sum of RGB (Red+Green+Blue) = 20+37+168=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 168 (66.02% from 255 or 74.67% from 225); Max value from RGB is 168 - color contains mainly: blue. Hex color #1425A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1425A8 is #EBDA57. Grayscale: #2E2E2E. Windows color (decimal): -15456856 or 11019540. OLE color: 11019540.
HSL color Cylindrical-coordinate representation of color #1425A8: hue angle of 233.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1425A8 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 37 | 168 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.34 |
| HSL | 233.11º | 0.79% | 0.37% | - |
| HSV(B) | 233.11º | 0.88% | 0.66% | - |
| XYZ | 8.02 | 4.3 | 37.45 | - |
| YUV | 46.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 168 | 0.88 | 0.78 | 0 | 0.34 | 233.11 | 0.79 | 0.37 |
| Hex | 14 | 25 | A8 | 58 | 4E | 0 | 22 | E9 | 4F | 25 |
| Octal | 24 | 45 | 250 | 130 | 116 | 0 | 42 | 351 | 117 | 45 |
| Binary | 10100 | 100101 | 10101000 | 1011000 | 1001110 | 0 | 100010 | 11101001 | 1001111 | 100101 |
Color Harmonies of #1425A8
Complementary color
Monochromatic Colors of #1425A8
Black with #1425A8
Text Example
Text Example
White with #1425A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1425A8; }
p { color: rgb(20,37,168); }
H1.HeaderClassName
{
color: #1425A8;
}
.AnyTagClassName
{
color: #1425A8;
}
</style>
background-color css
<style>
a { background-color: #1425A8; }
a { background-color: rgb(20,37,168); }
div.DivClassName
{
background-color: #1425A8;
}
.BgClassName
{
background-color: #1425A8;
}
</style>
border-color css
<style>
span { border-color: #1425A8; }
span { border-color: rgb(20,37,168); }
td.TdClassName
{
border-color: #1425A8;
}
.TagClassName
{
border-color: #1425A8;
}
</style>