#111ADA

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

Shades of Medium Blue #111ADA

Tints of Medium Blue #111ADA

Color information

#111ADA (or 0x111ADA) is unknown color: approx Medium Blue. HEX triplet: 11, 1A and DA. RGB value is (17,26,218). Sum of RGB (Red+Green+Blue) = 17+26+218=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #111ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ADA is #EEE525. Grayscale: #2C2C2C. Windows color (decimal): -15656230 or 14293521. OLE color: 14293521.

HSL color Cylindrical-coordinate representation of color #111ADA: hue angle of 237.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111ADA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1726218-
CMYK0.920.8800.15
HSL237.31º85.53%46.08%-
HSV(B)237.31º92.2%85.49%-
XYZ13.265.9266.77-
YUV45.2225.52107.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 218 (85.55% from 255) = 83.52%
R=6.51%
G=9.96%
B=83.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17262180.920.8800.15237.3185.5346.08
Hex111ADA5C580Fed562e
Octal213233213413001735512656
Binary1000111010110110101011100101100001111111011011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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