Shades of Egyptian Blue #113DB0
Tints of Egyptian Blue #113DB0
RGB
CMYK
RGB Variations
Color information
#113DB0 (or 0x113DB0) is known color: Egyptian Blue. HEX triplet: 11, 3D and B0. RGB value is (17,61,176). Sum of RGB (Red+Green+Blue) = 17+61+176=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #113DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DB0 is #EEC24F. Grayscale: #3C3C3C. Windows color (decimal): -15647312 or 11549969. OLE color: 11549969.
HSL color Cylindrical-coordinate representation of color #113DB0: hue angle of 223.4º 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 #113DB0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 61 | 176 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.31 |
| HSL | 223.4º | 0.82% | 0.38% | - |
| HSV(B) | 223.4º | 0.9% | 0.69% | - |
| XYZ | 9.74 | 6.59 | 41.83 | - |
| YUV | 60.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 176 | 0.90 | 0.65 | 0 | 0.31 | 223.4 | 0.82 | 0.38 |
| Hex | 11 | 3D | B0 | 5A | 41 | 0 | 1F | DF | 52 | 26 |
| Octal | 21 | 75 | 260 | 132 | 101 | 0 | 37 | 337 | 122 | 46 |
| Binary | 10001 | 111101 | 10110000 | 1011010 | 1000001 | 0 | 11111 | 11011111 | 1010010 | 100110 |
Color Harmonies of #113DB0
Complementary color
Monochromatic Colors of #113DB0
Black with #113DB0
Text Example
Text Example
White with #113DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DB0; }
p { color: rgb(17,61,176); }
H1.HeaderClassName
{
color: #113DB0;
}
.AnyTagClassName
{
color: #113DB0;
}
</style>
background-color css
<style>
a { background-color: #113DB0; }
a { background-color: rgb(17,61,176); }
div.DivClassName
{
background-color: #113DB0;
}
.BgClassName
{
background-color: #113DB0;
}
</style>
border-color css
<style>
span { border-color: #113DB0; }
span { border-color: rgb(17,61,176); }
td.TdClassName
{
border-color: #113DB0;
}
.TagClassName
{
border-color: #113DB0;
}
</style>