Shades of Egyptian Blue #1020AF
Tints of Egyptian Blue #1020AF
RGB
CMYK
RGB Variations
Color information
#1020AF (or 0x1020AF) is known color: Egyptian Blue. HEX triplet: 10, 20 and AF. RGB value is (16,32,175). Sum of RGB (Red+Green+Blue) = 16+32+175=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #1020AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1020AF is #EFDF50. Grayscale: #2A2A2A. Windows color (decimal): -15720273 or 11477008. OLE color: 11477008.
HSL color Cylindrical-coordinate representation of color #1020AF: hue angle of 233.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1020AF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 32 | 175 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.31 |
| HSL | 233.96º | 0.83% | 0.37% | - |
| HSV(B) | 233.96º | 0.91% | 0.69% | - |
| XYZ | 8.47 | 4.24 | 40.93 | - |
| YUV | 43.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 175 | 0.91 | 0.82 | 0 | 0.31 | 233.96 | 0.83 | 0.37 |
| Hex | 10 | 20 | AF | 5B | 52 | 0 | 1F | EA | 53 | 25 |
| Octal | 20 | 40 | 257 | 133 | 122 | 0 | 37 | 352 | 123 | 45 |
| Binary | 10000 | 100000 | 10101111 | 1011011 | 1010010 | 0 | 11111 | 11101010 | 1010011 | 100101 |
Color Harmonies of #1020AF
Complementary color
Monochromatic Colors of #1020AF
Black with #1020AF
Text Example
Text Example
White with #1020AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1020AF; }
p { color: rgb(16,32,175); }
H1.HeaderClassName
{
color: #1020AF;
}
.AnyTagClassName
{
color: #1020AF;
}
</style>
background-color css
<style>
a { background-color: #1020AF; }
a { background-color: rgb(16,32,175); }
div.DivClassName
{
background-color: #1020AF;
}
.BgClassName
{
background-color: #1020AF;
}
</style>
border-color css
<style>
span { border-color: #1020AF; }
span { border-color: rgb(16,32,175); }
td.TdClassName
{
border-color: #1020AF;
}
.TagClassName
{
border-color: #1020AF;
}
</style>