Shades of Blue #1139FF
Tints of Blue #1139FF
RGB
CMYK
RGB Variations
Color information
#1139FF (or 0x1139FF) is known color: Blue. HEX triplet: 11, 39 and FF. RGB value is (17,57,255). Sum of RGB (Red+Green+Blue) = 17+57+255=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #1139FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139FF is #EEC600. Grayscale: #424242. Windows color (decimal): -15648257 or 16726289. OLE color: 16726289.
HSL color Cylindrical-coordinate representation of color #1139FF: hue angle of 229.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1139FF is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 57 | 255 | - |
| CMYK | 0.93 | 0.78 | 0 | 0 |
| HSL | 229.92º | 1% | 0.53% | - |
| HSV(B) | 229.92º | 0.93% | 1% | - |
| XYZ | 19.74 | 10.27 | 95.55 | - |
| YUV | 67.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 255 | 0.93 | 0.78 | 0 | 0 | 229.92 | 1 | 0.53 |
| Hex | 11 | 39 | FF | 5D | 4E | 0 | 0 | E6 | 64 | 35 |
| Octal | 21 | 71 | 377 | 135 | 116 | 0 | 0 | 346 | 144 | 65 |
| Binary | 10001 | 111001 | 11111111 | 1011101 | 1001110 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #1139FF
Complementary color
Monochromatic Colors of #1139FF
Black with #1139FF
Text Example
Text Example
White with #1139FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139FF; }
p { color: rgb(17,57,255); }
H1.HeaderClassName
{
color: #1139FF;
}
.AnyTagClassName
{
color: #1139FF;
}
</style>
background-color css
<style>
a { background-color: #1139FF; }
a { background-color: rgb(17,57,255); }
div.DivClassName
{
background-color: #1139FF;
}
.BgClassName
{
background-color: #1139FF;
}
</style>
border-color css
<style>
span { border-color: #1139FF; }
span { border-color: rgb(17,57,255); }
td.TdClassName
{
border-color: #1139FF;
}
.TagClassName
{
border-color: #1139FF;
}
</style>