Shades of Egyptian Blue #111FAF
Tints of Egyptian Blue #111FAF
RGB
CMYK
RGB Variations
Color information
#111FAF (or 0x111FAF) is known color: Egyptian Blue. HEX triplet: 11, 1F and AF. RGB value is (17,31,175). Sum of RGB (Red+Green+Blue) = 17+31+175=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 31 (12.5% from 255 or 13.90% 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 #111FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FAF is #EEE050. Grayscale: #2A2A2A. Windows color (decimal): -15654993 or 11476753. OLE color: 11476753.
HSL color Cylindrical-coordinate representation of color #111FAF: hue angle of 234.68º 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 #111FAF is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 31 | 175 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.31 |
| HSL | 234.68º | 0.82% | 0.38% | - |
| HSV(B) | 234.68º | 0.9% | 0.69% | - |
| XYZ | 8.46 | 4.19 | 40.92 | - |
| YUV | 43.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 175 | 0.90 | 0.82 | 0 | 0.31 | 234.68 | 0.82 | 0.38 |
| Hex | 11 | 1F | AF | 5A | 52 | 0 | 1F | EB | 52 | 26 |
| Octal | 21 | 37 | 257 | 132 | 122 | 0 | 37 | 353 | 122 | 46 |
| Binary | 10001 | 11111 | 10101111 | 1011010 | 1010010 | 0 | 11111 | 11101011 | 1010010 | 100110 |
Color Harmonies of #111FAF
Complementary color
Monochromatic Colors of #111FAF
Black with #111FAF
Text Example
Text Example
White with #111FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FAF; }
p { color: rgb(17,31,175); }
H1.HeaderClassName
{
color: #111FAF;
}
.AnyTagClassName
{
color: #111FAF;
}
</style>
background-color css
<style>
a { background-color: #111FAF; }
a { background-color: rgb(17,31,175); }
div.DivClassName
{
background-color: #111FAF;
}
.BgClassName
{
background-color: #111FAF;
}
</style>
border-color css
<style>
span { border-color: #111FAF; }
span { border-color: rgb(17,31,175); }
td.TdClassName
{
border-color: #111FAF;
}
.TagClassName
{
border-color: #111FAF;
}
</style>