Html Css Color HEX #1106BE Medium Blue

📋 copy color: '#1106BE'

red 17 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #1106BE

Tints of Medium Blue #1106BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 190 (74.61% from 255) = 89.2%

R = 7.98%
G = 2.82%
B = 89.2%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1106BE (or 0x1106BE) is known color: Medium Blue. HEX triplet: 11, 06 and BE. RGB value is (17,6,190). Sum of RGB (Red+Green+Blue) = 17+6+190=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #1106BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106BE is #EEF941. Grayscale: #1D1D1D. Windows color (decimal): -15661378 or 12453393. OLE color: 12453393.

HSL color Cylindrical-coordinate representation of color #1106BE: hue angle of 243.59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106BE is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 6 190 -
CMYK 0.91 0.97 0 0.25
HSL 243.59º 0.94% 0.38% -
HSV(B) 243.59º 0.97% 0.75% -
XYZ 9.59 3.97 48.98 -
YUV 30.27 218.14 118.54 -
System Red Green Blue C M Y K H S L
Decimal 17 6 190 0.91 0.97 0 0.25 243.59 0.94 0.38
Hex 11 6 BE 5B 61 0 19 F4 5E 26
Octal 21 6 276 133 141 0 31 364 136 46
Binary 10001 110 10111110 1011011 1100001 0 11001 11110100 1011110 100110

Color Harmonies of #1106BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106BE

Black with #1106BE

Text Example


Text Example

White with #1106BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1106BE; }

 p { color: rgb(17,6,190); }

 H1.HeaderClassName
 {
   color: #1106BE;
 }
 .AnyTagClassName
 {
   color: #1106BE;
 }
</style>

background-color css

<style>
 a { background-color: #1106BE; }

 a { background-color: rgb(17,6,190); }

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

border-color css

<style>
 span { border-color: #1106BE; }

 span { border-color: rgb(17,6,190); }

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