Shades of Egyptian Blue #1425AF
Tints of Egyptian Blue #1425AF
RGB
CMYK
RGB Variations
Color information
#1425AF (or 0x1425AF) is known color: Egyptian Blue. HEX triplet: 14, 25 and AF. RGB value is (20,37,175). Sum of RGB (Red+Green+Blue) = 20+37+175=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #1425AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1425AF is #EBDA50. Grayscale: #2F2F2F. Windows color (decimal): -15456849 or 11478292. OLE color: 11478292.
HSL color Cylindrical-coordinate representation of color #1425AF: hue angle of 233.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1425AF is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 37 | 175 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.31 |
| HSL | 233.42º | 0.79% | 0.38% | - |
| HSV(B) | 233.42º | 0.89% | 0.69% | - |
| XYZ | 8.69 | 4.57 | 40.98 | - |
| YUV | 47.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 175 | 0.89 | 0.79 | 0 | 0.31 | 233.42 | 0.79 | 0.38 |
| Hex | 14 | 25 | AF | 59 | 4F | 0 | 1F | E9 | 4F | 26 |
| Octal | 24 | 45 | 257 | 131 | 117 | 0 | 37 | 351 | 117 | 46 |
| Binary | 10100 | 100101 | 10101111 | 1011001 | 1001111 | 0 | 11111 | 11101001 | 1001111 | 100110 |
Color Harmonies of #1425AF
Complementary color
Monochromatic Colors of #1425AF
Black with #1425AF
Text Example
Text Example
White with #1425AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1425AF; }
p { color: rgb(20,37,175); }
H1.HeaderClassName
{
color: #1425AF;
}
.AnyTagClassName
{
color: #1425AF;
}
</style>
background-color css
<style>
a { background-color: #1425AF; }
a { background-color: rgb(20,37,175); }
div.DivClassName
{
background-color: #1425AF;
}
.BgClassName
{
background-color: #1425AF;
}
</style>
border-color css
<style>
span { border-color: #1425AF; }
span { border-color: rgb(20,37,175); }
td.TdClassName
{
border-color: #1425AF;
}
.TagClassName
{
border-color: #1425AF;
}
</style>