Html Css Color HEX #1116BA Medium Blue

📋 copy color: '#1116BA'

red 17 ◦ green 22 ◦ blue 186

#1116BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1116BA

Tints of Medium Blue #1116BA

RGB

 RED value IS 17 (7.03% from 255) = 7.56%

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 186 (73.05% from 255) = 82.67%

R = 7.56%
G = 9.78%
B = 82.67%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1116BA (or 0x1116BA) is known color: Medium Blue. HEX triplet: 11, 16 and BA. RGB value is (17,22,186). Sum of RGB (Red+Green+Blue) = 17+22+186=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1116BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116BA is #EEE945. Grayscale: #262626. Windows color (decimal): -15657286 or 12195345. OLE color: 12195345.

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

Color convert

RGB 17 22 186 -
CMYK 0.91 0.88 0 0.27
HSL 238.22º 0.83% 0.4% -
HSV(B) 238.22º 0.91% 0.73% -
XYZ 9.38 4.24 46.78 -
YUV 39.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 17 22 186 0.91 0.88 0 0.27 238.22 0.83 0.4
Hex 11 16 BA 5B 58 0 1B EE 53 28
Octal 21 26 272 133 130 0 33 356 123 50
Binary 10001 10110 10111010 1011011 1011000 0 11011 11101110 1010011 101000

Color Harmonies of #1116BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1116BA

Black with #1116BA

Text Example


Text Example

White with #1116BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1116BA;
 }
 .AnyTagClassName
 {
   color: #1116BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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