#1116B6

Color #1116B6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1116B6

Tints of Medium Blue #1116B6

Color information

#1116B6 (or 0x1116B6) is unknown color: approx Medium Blue. HEX triplet: 11, 16 and B6. RGB value is (17,22,182). Sum of RGB (Red+Green+Blue) = 17+22+182=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 182 (71.48% from 255 or 82.35% from 221); Max value from RGB is 182 - color contains mainly: blue. Hex color #1116B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116B6 is #EEE949. Grayscale: #262626. Windows color (decimal): -15657290 or 11933201. OLE color: 11933201.

HSL color Cylindrical-coordinate representation of color #1116B6: hue angle of 238.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1116B6 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1722182-
CMYK0.910.8800.29
HSL238.18º82.91%39.02%-
HSV(B)238.18º90.66%71.37%-
XYZ8.964.0744.57-
YUV38.75208.84112.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 182 (71.48% from 255) = 82.35%
R=7.69%
G=9.95%
B=82.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17221820.910.8800.29238.1882.9139.02
Hex1116B65B5801Dee5327
Octal212626613313003535612347
Binary10001101101011011010110111011000011101111011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1116B6; }

 p { color: rgb(17,22,182); }

 H1.HeaderClassName
 {
   color: #1116B6;
 }
 .AnyTagClassName
 {
   color: #1116B6;
 }
</style>
background-color css

<style>
 a { background-color: #1116B6; }

 a { background-color: rgb(17,22,182); }

 div.DivClassName
 {
   background-color: #1116B6;
 }
 .BgClassName
 {
   background-color: #1116B6;
 }
</style>
border-color css

<style>
 span { border-color: #1116B6; }

 span { border-color: rgb(17,22,182); }

 td.TdClassName
 {
   border-color: #1116B6;
 }
 .TagClassName
 {
   border-color: #1116B6;
 }
</style>