Shades of Blue #1112FF
Tints of Blue #1112FF
RGB
CMYK
RGB Variations
Color information
#1112FF (or 0x1112FF) is known color: Blue. HEX triplet: 11, 12 and FF. RGB value is (17,18,255). Sum of RGB (Red+Green+Blue) = 17+18+255=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #1112FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1112FF is #EEED00. Grayscale: #2B2B2B. Windows color (decimal): -15658241 or 16716305. OLE color: 16716305.
HSL color Cylindrical-coordinate representation of color #1112FF: hue angle of 239.75º 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 #1112FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 18 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 239.75º | 1% | 0.53% | - |
| HSV(B) | 239.75º | 0.93% | 1% | - |
| XYZ | 18.5 | 7.77 | 95.13 | - |
| YUV | 44.72 | 246.67 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 255 | 0.93 | 0.93 | 0 | 0 | 239.75 | 1 | 0.53 |
| Hex | 11 | 12 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 35 |
| Octal | 21 | 22 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 65 |
| Binary | 10001 | 10010 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110101 |
Color Harmonies of #1112FF
Complementary color
Monochromatic Colors of #1112FF
Black with #1112FF
Text Example
Text Example
White with #1112FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112FF; }
p { color: rgb(17,18,255); }
H1.HeaderClassName
{
color: #1112FF;
}
.AnyTagClassName
{
color: #1112FF;
}
</style>
background-color css
<style>
a { background-color: #1112FF; }
a { background-color: rgb(17,18,255); }
div.DivClassName
{
background-color: #1112FF;
}
.BgClassName
{
background-color: #1112FF;
}
</style>
border-color css
<style>
span { border-color: #1112FF; }
span { border-color: rgb(17,18,255); }
td.TdClassName
{
border-color: #1112FF;
}
.TagClassName
{
border-color: #1112FF;
}
</style>