#111AC2

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

Shades of Medium Blue #111AC2

Tints of Medium Blue #111AC2

Color information

#111AC2 (or 0x111AC2) is unknown color: approx Medium Blue. HEX triplet: 11, 1A and C2. RGB value is (17,26,194). Sum of RGB (Red+Green+Blue) = 17+26+194=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 194 (76.17% from 255 or 81.86% from 237); Max value from RGB is 194 - color contains mainly: blue. Hex color #111AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AC2 is #EEE53D. Grayscale: #292929. Windows color (decimal): -15656254 or 12720657. OLE color: 12720657.

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

Color convert

RGB1726194-
CMYK0.910.8700.24
HSL236.95º83.89%41.37%-
HSV(B)236.95º91.24%76.08%-
XYZ10.344.7551.41-
YUV42.46213.52109.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 194 (76.17% from 255) = 81.86%
R=7.17%
G=10.97%
B=81.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17261940.910.8700.24236.9583.8941.37
Hex111AC25B57018ed5429
Octal213230213312703035512451
Binary10001110101100001010110111010111011000111011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111AC2; }

 p { color: rgb(17,26,194); }

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

<style>
 a { background-color: #111AC2; }

 a { background-color: rgb(17,26,194); }

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

<style>
 span { border-color: #111AC2; }

 span { border-color: rgb(17,26,194); }

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