Shades of Egyptian Blue #1021AF
Tints of Egyptian Blue #1021AF
RGB
CMYK
RGB Variations
Color information
#1021AF (or 0x1021AF) is known color: Egyptian Blue. HEX triplet: 10, 21 and AF. RGB value is (16,33,175). Sum of RGB (Red+Green+Blue) = 16+33+175=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #1021AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1021AF is #EFDE50. Grayscale: #2B2B2B. Windows color (decimal): -15720017 or 11477264. OLE color: 11477264.
HSL color Cylindrical-coordinate representation of color #1021AF: hue angle of 233.58º 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 #1021AF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 33 | 175 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.31 |
| HSL | 233.58º | 0.83% | 0.37% | - |
| HSV(B) | 233.58º | 0.91% | 0.69% | - |
| XYZ | 8.5 | 4.29 | 40.94 | - |
| YUV | 44.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 175 | 0.91 | 0.81 | 0 | 0.31 | 233.58 | 0.83 | 0.37 |
| Hex | 10 | 21 | AF | 5B | 51 | 0 | 1F | EA | 53 | 25 |
| Octal | 20 | 41 | 257 | 133 | 121 | 0 | 37 | 352 | 123 | 45 |
| Binary | 10000 | 100001 | 10101111 | 1011011 | 1010001 | 0 | 11111 | 11101010 | 1010011 | 100101 |
Color Harmonies of #1021AF
Complementary color
Monochromatic Colors of #1021AF
Black with #1021AF
Text Example
Text Example
White with #1021AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1021AF; }
p { color: rgb(16,33,175); }
H1.HeaderClassName
{
color: #1021AF;
}
.AnyTagClassName
{
color: #1021AF;
}
</style>
background-color css
<style>
a { background-color: #1021AF; }
a { background-color: rgb(16,33,175); }
div.DivClassName
{
background-color: #1021AF;
}
.BgClassName
{
background-color: #1021AF;
}
</style>
border-color css
<style>
span { border-color: #1021AF; }
span { border-color: rgb(16,33,175); }
td.TdClassName
{
border-color: #1021AF;
}
.TagClassName
{
border-color: #1021AF;
}
</style>