Shades of Egyptian Blue #1435AF
Tints of Egyptian Blue #1435AF
RGB
CMYK
RGB Variations
Color information
#1435AF (or 0x1435AF) is known color: Egyptian Blue. HEX triplet: 14, 35 and AF. RGB value is (20,53,175). Sum of RGB (Red+Green+Blue) = 20+53+175=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #1435AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1435AF is #EBCA50. Grayscale: #383838. Windows color (decimal): -15452753 or 11482388. OLE color: 11482388.
HSL color Cylindrical-coordinate representation of color #1435AF: hue angle of 227.23º 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 #1435AF is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 53 | 175 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.31 |
| HSL | 227.23º | 0.79% | 0.38% | - |
| HSV(B) | 227.23º | 0.89% | 0.69% | - |
| XYZ | 9.3 | 5.79 | 41.18 | - |
| YUV | 57.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 175 | 0.89 | 0.70 | 0 | 0.31 | 227.23 | 0.79 | 0.38 |
| Hex | 14 | 35 | AF | 59 | 46 | 0 | 1F | E3 | 4F | 26 |
| Octal | 24 | 65 | 257 | 131 | 106 | 0 | 37 | 343 | 117 | 46 |
| Binary | 10100 | 110101 | 10101111 | 1011001 | 1000110 | 0 | 11111 | 11100011 | 1001111 | 100110 |
Color Harmonies of #1435AF
Complementary color
Monochromatic Colors of #1435AF
Black with #1435AF
Text Example
Text Example
White with #1435AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1435AF; }
p { color: rgb(20,53,175); }
H1.HeaderClassName
{
color: #1435AF;
}
.AnyTagClassName
{
color: #1435AF;
}
</style>
background-color css
<style>
a { background-color: #1435AF; }
a { background-color: rgb(20,53,175); }
div.DivClassName
{
background-color: #1435AF;
}
.BgClassName
{
background-color: #1435AF;
}
</style>
border-color css
<style>
span { border-color: #1435AF; }
span { border-color: rgb(20,53,175); }
td.TdClassName
{
border-color: #1435AF;
}
.TagClassName
{
border-color: #1435AF;
}
</style>