#1108BC

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

Shades of Medium Blue #1108BC

Tints of Medium Blue #1108BC

Color information

#1108BC (or 0x1108BC) is unknown color: approx Medium Blue. HEX triplet: 11, 08 and BC. RGB value is (17,8,188). Sum of RGB (Red+Green+Blue) = 17+8+188=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #1108BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108BC is #EEF743. Grayscale: #1E1E1E. Windows color (decimal): -15660868 or 12322833. OLE color: 12322833.

HSL color Cylindrical-coordinate representation of color #1108BC: hue angle of 243º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1108BC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178188-
CMYK0.910.9600.26
HSL243º91.84%38.43%-
HSV(B)243º95.74%73.73%-
XYZ9.43.9247.84-
YUV31.21216.48117.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 188 (73.83% from 255) = 88.26%
R=7.98%
G=3.76%
B=88.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781880.910.9600.2624391.8438.43
Hex118BC5B6001Af35c26
Octal211027413314003236313446
Binary1000110001011110010110111100000011010111100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1108BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1108BC; }

 p { color: rgb(17,8,188); }

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

<style>
 a { background-color: #1108BC; }

 a { background-color: rgb(17,8,188); }

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

<style>
 span { border-color: #1108BC; }

 span { border-color: rgb(17,8,188); }

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