Shades of Egyptian Blue #1121AF
Tints of Egyptian Blue #1121AF
RGB
CMYK
RGB Variations
Color information
#1121AF (or 0x1121AF) is known color: Egyptian Blue. HEX triplet: 11, 21 and AF. RGB value is (17,33,175). Sum of RGB (Red+Green+Blue) = 17+33+175=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 33 (13.28% from 255 or 14.67% 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 #1121AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1121AF is #EEDE50. Grayscale: #2B2B2B. Windows color (decimal): -15654481 or 11477265. OLE color: 11477265.
HSL color Cylindrical-coordinate representation of color #1121AF: hue angle of 233.92º degrees, saturation: 0.82, 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 #1121AF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 33 | 175 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.31 |
| HSL | 233.92º | 0.82% | 0.38% | - |
| HSV(B) | 233.92º | 0.9% | 0.69% | - |
| XYZ | 8.51 | 4.3 | 40.94 | - |
| YUV | 44.4 | 201.7 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 175 | 0.90 | 0.81 | 0 | 0.31 | 233.92 | 0.82 | 0.38 |
| Hex | 11 | 21 | AF | 5A | 51 | 0 | 1F | EA | 52 | 26 |
| Octal | 21 | 41 | 257 | 132 | 121 | 0 | 37 | 352 | 122 | 46 |
| Binary | 10001 | 100001 | 10101111 | 1011010 | 1010001 | 0 | 11111 | 11101010 | 1010010 | 100110 |
Color Harmonies of #1121AF
Complementary color
Monochromatic Colors of #1121AF
Black with #1121AF
Text Example
Text Example
White with #1121AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121AF; }
p { color: rgb(17,33,175); }
H1.HeaderClassName
{
color: #1121AF;
}
.AnyTagClassName
{
color: #1121AF;
}
</style>
background-color css
<style>
a { background-color: #1121AF; }
a { background-color: rgb(17,33,175); }
div.DivClassName
{
background-color: #1121AF;
}
.BgClassName
{
background-color: #1121AF;
}
</style>
border-color css
<style>
span { border-color: #1121AF; }
span { border-color: rgb(17,33,175); }
td.TdClassName
{
border-color: #1121AF;
}
.TagClassName
{
border-color: #1121AF;
}
</style>