Shades of Egyptian Blue #1635AD
Tints of Egyptian Blue #1635AD
RGB
CMYK
RGB Variations
Color information
#1635AD (or 0x1635AD) is known color: Egyptian Blue. HEX triplet: 16, 35 and AD. RGB value is (22,53,173). Sum of RGB (Red+Green+Blue) = 22+53+173=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #1635AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1635AD is #E9CA52. Grayscale: #383838. Windows color (decimal): -15321683 or 11351318. OLE color: 11351318.
HSL color Cylindrical-coordinate representation of color #1635AD: hue angle of 227.68º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1635AD is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 53 | 173 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.32 |
| HSL | 227.68º | 0.77% | 0.38% | - |
| HSV(B) | 227.68º | 0.87% | 0.68% | - |
| XYZ | 9.15 | 5.73 | 40.16 | - |
| YUV | 57.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 173 | 0.87 | 0.69 | 0 | 0.32 | 227.68 | 0.77 | 0.38 |
| Hex | 16 | 35 | AD | 57 | 45 | 0 | 20 | E4 | 4D | 26 |
| Octal | 26 | 65 | 255 | 127 | 105 | 0 | 40 | 344 | 115 | 46 |
| Binary | 10110 | 110101 | 10101101 | 1010111 | 1000101 | 0 | 100000 | 11100100 | 1001101 | 100110 |
Color Harmonies of #1635AD
Complementary color
Monochromatic Colors of #1635AD
Black with #1635AD
Text Example
Text Example
White with #1635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635AD; }
p { color: rgb(22,53,173); }
H1.HeaderClassName
{
color: #1635AD;
}
.AnyTagClassName
{
color: #1635AD;
}
</style>
background-color css
<style>
a { background-color: #1635AD; }
a { background-color: rgb(22,53,173); }
div.DivClassName
{
background-color: #1635AD;
}
.BgClassName
{
background-color: #1635AD;
}
</style>
border-color css
<style>
span { border-color: #1635AD; }
span { border-color: rgb(22,53,173); }
td.TdClassName
{
border-color: #1635AD;
}
.TagClassName
{
border-color: #1635AD;
}
</style>