Shades of Egyptian Blue #113DAF
Tints of Egyptian Blue #113DAF
RGB
CMYK
RGB Variations
Color information
#113DAF (or 0x113DAF) is known color: Egyptian Blue. HEX triplet: 11, 3D and AF. RGB value is (17,61,175). Sum of RGB (Red+Green+Blue) = 17+61+175=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #113DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DAF is #EEC250. Grayscale: #3C3C3C. Windows color (decimal): -15647313 or 11484433. OLE color: 11484433.
HSL color Cylindrical-coordinate representation of color #113DAF: hue angle of 223.29º 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 #113DAF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 61 | 175 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.31 |
| HSL | 223.29º | 0.82% | 0.38% | - |
| HSV(B) | 223.29º | 0.9% | 0.69% | - |
| XYZ | 9.64 | 6.55 | 41.31 | - |
| YUV | 60.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 175 | 0.90 | 0.65 | 0 | 0.31 | 223.29 | 0.82 | 0.38 |
| Hex | 11 | 3D | AF | 5A | 41 | 0 | 1F | DF | 52 | 26 |
| Octal | 21 | 75 | 257 | 132 | 101 | 0 | 37 | 337 | 122 | 46 |
| Binary | 10001 | 111101 | 10101111 | 1011010 | 1000001 | 0 | 11111 | 11011111 | 1010010 | 100110 |
Color Harmonies of #113DAF
Complementary color
Monochromatic Colors of #113DAF
Black with #113DAF
Text Example
Text Example
White with #113DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DAF; }
p { color: rgb(17,61,175); }
H1.HeaderClassName
{
color: #113DAF;
}
.AnyTagClassName
{
color: #113DAF;
}
</style>
background-color css
<style>
a { background-color: #113DAF; }
a { background-color: rgb(17,61,175); }
div.DivClassName
{
background-color: #113DAF;
}
.BgClassName
{
background-color: #113DAF;
}
</style>
border-color css
<style>
span { border-color: #113DAF; }
span { border-color: rgb(17,61,175); }
td.TdClassName
{
border-color: #113DAF;
}
.TagClassName
{
border-color: #113DAF;
}
</style>