Shades of Egyptian Blue #113DB3
Tints of Egyptian Blue #113DB3
RGB
CMYK
RGB Variations
Color information
#113DB3 (or 0x113DB3) is known color: Egyptian Blue. HEX triplet: 11, 3D and B3. RGB value is (17,61,179). Sum of RGB (Red+Green+Blue) = 17+61+179=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #113DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DB3 is #EEC24C. Grayscale: #3C3C3C. Windows color (decimal): -15647309 or 11746577. OLE color: 11746577.
HSL color Cylindrical-coordinate representation of color #113DB3: hue angle of 223.7º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113DB3 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 61 | 179 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.30 |
| HSL | 223.7º | 0.83% | 0.38% | - |
| HSV(B) | 223.7º | 0.91% | 0.7% | - |
| XYZ | 10.04 | 6.71 | 43.41 | - |
| YUV | 61.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 179 | 0.91 | 0.66 | 0 | 0.30 | 223.7 | 0.83 | 0.38 |
| Hex | 11 | 3D | B3 | 5B | 42 | 0 | 1E | E0 | 53 | 26 |
| Octal | 21 | 75 | 263 | 133 | 102 | 0 | 36 | 340 | 123 | 46 |
| Binary | 10001 | 111101 | 10110011 | 1011011 | 1000010 | 0 | 11110 | 11100000 | 1010011 | 100110 |
Color Harmonies of #113DB3
Complementary color
Monochromatic Colors of #113DB3
Black with #113DB3
Text Example
Text Example
White with #113DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DB3; }
p { color: rgb(17,61,179); }
H1.HeaderClassName
{
color: #113DB3;
}
.AnyTagClassName
{
color: #113DB3;
}
</style>
background-color css
<style>
a { background-color: #113DB3; }
a { background-color: rgb(17,61,179); }
div.DivClassName
{
background-color: #113DB3;
}
.BgClassName
{
background-color: #113DB3;
}
</style>
border-color css
<style>
span { border-color: #113DB3; }
span { border-color: rgb(17,61,179); }
td.TdClassName
{
border-color: #113DB3;
}
.TagClassName
{
border-color: #113DB3;
}
</style>