#1108B7

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

Shades of Medium Blue #1108B7

Tints of Medium Blue #1108B7

Color information

#1108B7 (or 0x1108B7) is unknown color: approx Medium Blue. HEX triplet: 11, 08 and B7. RGB value is (17,8,183). Sum of RGB (Red+Green+Blue) = 17+8+183=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 183 (71.88% from 255 or 87.98% from 208); Max value from RGB is 183 - color contains mainly: blue. Hex color #1108B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108B7 is #EEF748. Grayscale: #1D1D1D. Windows color (decimal): -15660873 or 11995153. OLE color: 11995153.

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

Color convert

RGB178183-
CMYK0.910.9600.28
HSL243.09º91.62%37.45%-
HSV(B)243.09º95.63%71.76%-
XYZ8.873.7145.05-
YUV30.64213.98118.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 183 (71.88% from 255) = 87.98%
R=8.17%
G=3.85%
B=87.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781830.910.9600.28243.0991.6237.45
Hex118B75B6001Cf35c25
Octal211026713314003436313445
Binary1000110001011011110110111100000011100111100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1108B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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