Shades of Egyptian Blue #1220AF
Tints of Egyptian Blue #1220AF
RGB
CMYK
RGB Variations
Color information
#1220AF (or 0x1220AF) is known color: Egyptian Blue. HEX triplet: 12, 20 and AF. RGB value is (18,32,175). Sum of RGB (Red+Green+Blue) = 18+32+175=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #1220AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1220AF is #EDDF50. Grayscale: #2B2B2B. Windows color (decimal): -15589201 or 11477010. OLE color: 11477010.
HSL color Cylindrical-coordinate representation of color #1220AF: hue angle of 234.65º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1220AF is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 32 | 175 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.31 |
| HSL | 234.65º | 0.81% | 0.38% | - |
| HSV(B) | 234.65º | 0.9% | 0.69% | - |
| XYZ | 8.5 | 4.26 | 40.93 | - |
| YUV | 44.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 175 | 0.90 | 0.82 | 0 | 0.31 | 234.65 | 0.81 | 0.38 |
| Hex | 12 | 20 | AF | 5A | 52 | 0 | 1F | EB | 51 | 26 |
| Octal | 22 | 40 | 257 | 132 | 122 | 0 | 37 | 353 | 121 | 46 |
| Binary | 10010 | 100000 | 10101111 | 1011010 | 1010010 | 0 | 11111 | 11101011 | 1010001 | 100110 |
Color Harmonies of #1220AF
Complementary color
Monochromatic Colors of #1220AF
Black with #1220AF
Text Example
Text Example
White with #1220AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1220AF; }
p { color: rgb(18,32,175); }
H1.HeaderClassName
{
color: #1220AF;
}
.AnyTagClassName
{
color: #1220AF;
}
</style>
background-color css
<style>
a { background-color: #1220AF; }
a { background-color: rgb(18,32,175); }
div.DivClassName
{
background-color: #1220AF;
}
.BgClassName
{
background-color: #1220AF;
}
</style>
border-color css
<style>
span { border-color: #1220AF; }
span { border-color: rgb(18,32,175); }
td.TdClassName
{
border-color: #1220AF;
}
.TagClassName
{
border-color: #1220AF;
}
</style>