Shades of Blue #1131FF
Tints of Blue #1131FF
RGB
CMYK
RGB Variations
Color information
#1131FF (or 0x1131FF) is known color: Blue. HEX triplet: 11, 31 and FF. RGB value is (17,49,255). Sum of RGB (Red+Green+Blue) = 17+49+255=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #1131FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1131FF is #EECE00. Grayscale: #3E3E3E. Windows color (decimal): -15650305 or 16724241. OLE color: 16724241.
HSL color Cylindrical-coordinate representation of color #1131FF: hue angle of 231.93º 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 #1131FF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 49 | 255 | - |
| CMYK | 0.93 | 0.81 | 0 | 0 |
| HSL | 231.93º | 1% | 0.53% | - |
| HSV(B) | 231.93º | 0.93% | 1% | - |
| XYZ | 19.38 | 9.54 | 95.43 | - |
| YUV | 62.92 | 236.4 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 255 | 0.93 | 0.81 | 0 | 0 | 231.93 | 1 | 0.53 |
| Hex | 11 | 31 | FF | 5D | 51 | 0 | 0 | E8 | 64 | 35 |
| Octal | 21 | 61 | 377 | 135 | 121 | 0 | 0 | 350 | 144 | 65 |
| Binary | 10001 | 110001 | 11111111 | 1011101 | 1010001 | 0 | 0 | 11101000 | 1100100 | 110101 |
Color Harmonies of #1131FF
Complementary color
Monochromatic Colors of #1131FF
Black with #1131FF
Text Example
Text Example
White with #1131FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131FF; }
p { color: rgb(17,49,255); }
H1.HeaderClassName
{
color: #1131FF;
}
.AnyTagClassName
{
color: #1131FF;
}
</style>
background-color css
<style>
a { background-color: #1131FF; }
a { background-color: rgb(17,49,255); }
div.DivClassName
{
background-color: #1131FF;
}
.BgClassName
{
background-color: #1131FF;
}
</style>
border-color css
<style>
span { border-color: #1131FF; }
span { border-color: rgb(17,49,255); }
td.TdClassName
{
border-color: #1131FF;
}
.TagClassName
{
border-color: #1131FF;
}
</style>