#1117C3

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

Shades of Medium Blue #1117C3

Tints of Medium Blue #1117C3

Color information

#1117C3 (or 0x1117C3) is unknown color: approx Medium Blue. HEX triplet: 11, 17 and C3. RGB value is (17,23,195). Sum of RGB (Red+Green+Blue) = 17+23+195=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 195 (76.56% from 255 or 82.98% from 235); Max value from RGB is 195 - color contains mainly: blue. Hex color #1117C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117C3 is #EEE83C. Grayscale: #282828. Windows color (decimal): -15657021 or 12785425. OLE color: 12785425.

HSL color Cylindrical-coordinate representation of color #1117C3: hue angle of 237.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1117C3 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1723195-
CMYK0.910.8800.24
HSL237.98º83.96%41.57%-
HSV(B)237.98º91.28%76.47%-
XYZ10.394.6751.98-
YUV40.81215.01111.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 195 (76.56% from 255) = 82.98%
R=7.23%
G=9.79%
B=82.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17231950.910.8800.24237.9883.9641.57
Hex1117C35B58018ee542a
Octal212730313313003035612452
Binary10001101111100001110110111011000011000111011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1117C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1117C3; }

 p { color: rgb(17,23,195); }

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

<style>
 a { background-color: #1117C3; }

 a { background-color: rgb(17,23,195); }

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

<style>
 span { border-color: #1117C3; }

 span { border-color: rgb(17,23,195); }

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