Shades of Egyptian Blue #113DB2
Tints of Egyptian Blue #113DB2
RGB
CMYK
RGB Variations
Color information
#113DB2 (or 0x113DB2) is known color: Egyptian Blue. HEX triplet: 11, 3D and B2. RGB value is (17,61,178). Sum of RGB (Red+Green+Blue) = 17+61+178=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #113DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DB2 is #EEC24D. Grayscale: #3C3C3C. Windows color (decimal): -15647310 or 11681041. OLE color: 11681041.
HSL color Cylindrical-coordinate representation of color #113DB2: hue angle of 223.6º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113DB2 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 61 | 178 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.30 |
| HSL | 223.6º | 0.83% | 0.38% | - |
| HSV(B) | 223.6º | 0.9% | 0.7% | - |
| XYZ | 9.94 | 6.67 | 42.88 | - |
| YUV | 61.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 178 | 0.90 | 0.66 | 0 | 0.30 | 223.6 | 0.83 | 0.38 |
| Hex | 11 | 3D | B2 | 5A | 42 | 0 | 1E | E0 | 53 | 26 |
| Octal | 21 | 75 | 262 | 132 | 102 | 0 | 36 | 340 | 123 | 46 |
| Binary | 10001 | 111101 | 10110010 | 1011010 | 1000010 | 0 | 11110 | 11100000 | 1010011 | 100110 |
Color Harmonies of #113DB2
Complementary color
Monochromatic Colors of #113DB2
Black with #113DB2
Text Example
Text Example
White with #113DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DB2; }
p { color: rgb(17,61,178); }
H1.HeaderClassName
{
color: #113DB2;
}
.AnyTagClassName
{
color: #113DB2;
}
</style>
background-color css
<style>
a { background-color: #113DB2; }
a { background-color: rgb(17,61,178); }
div.DivClassName
{
background-color: #113DB2;
}
.BgClassName
{
background-color: #113DB2;
}
</style>
border-color css
<style>
span { border-color: #113DB2; }
span { border-color: rgb(17,61,178); }
td.TdClassName
{
border-color: #113DB2;
}
.TagClassName
{
border-color: #113DB2;
}
</style>