Shades of Egyptian Blue #1139B1
Tints of Egyptian Blue #1139B1
RGB
CMYK
RGB Variations
Color information
#1139B1 (or 0x1139B1) is known color: Egyptian Blue. HEX triplet: 11, 39 and B1. RGB value is (17,57,177). Sum of RGB (Red+Green+Blue) = 17+57+177=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #1139B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1139B1 is #EEC64E. Grayscale: #3A3A3A. Windows color (decimal): -15648335 or 11614481. OLE color: 11614481.
HSL color Cylindrical-coordinate representation of color #1139B1: hue angle of 225º 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 #1139B1 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 57 | 177 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.31 |
| HSL | 225º | 0.82% | 0.38% | - |
| HSV(B) | 225º | 0.9% | 0.69% | - |
| XYZ | 9.63 | 6.22 | 42.29 | - |
| YUV | 58.72 | 194.75 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 177 | 0.90 | 0.68 | 0 | 0.31 | 225 | 0.82 | 0.38 |
| Hex | 11 | 39 | B1 | 5A | 44 | 0 | 1F | E1 | 52 | 26 |
| Octal | 21 | 71 | 261 | 132 | 104 | 0 | 37 | 341 | 122 | 46 |
| Binary | 10001 | 111001 | 10110001 | 1011010 | 1000100 | 0 | 11111 | 11100001 | 1010010 | 100110 |
Color Harmonies of #1139B1
Complementary color
Monochromatic Colors of #1139B1
Black with #1139B1
Text Example
Text Example
White with #1139B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139B1; }
p { color: rgb(17,57,177); }
H1.HeaderClassName
{
color: #1139B1;
}
.AnyTagClassName
{
color: #1139B1;
}
</style>
background-color css
<style>
a { background-color: #1139B1; }
a { background-color: rgb(17,57,177); }
div.DivClassName
{
background-color: #1139B1;
}
.BgClassName
{
background-color: #1139B1;
}
</style>
border-color css
<style>
span { border-color: #1139B1; }
span { border-color: rgb(17,57,177); }
td.TdClassName
{
border-color: #1139B1;
}
.TagClassName
{
border-color: #1139B1;
}
</style>