#1119DC

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

Shades of Medium Blue #1119DC

Tints of Medium Blue #1119DC

Color information

#1119DC (or 0x1119DC) is unknown color: approx Medium Blue. HEX triplet: 11, 19 and DC. RGB value is (17,25,220). Sum of RGB (Red+Green+Blue) = 17+25+220=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1119DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119DC is #EEE623. Grayscale: #2C2C2C. Windows color (decimal): -15656484 or 14424337. OLE color: 14424337.

HSL color Cylindrical-coordinate representation of color #1119DC: hue angle of 237.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1119DC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1725220-
CMYK0.920.8900.14
HSL237.64º85.65%46.47%-
HSV(B)237.64º92.27%86.27%-
XYZ13.55.9868.15-
YUV44.84226.85108.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 220 (86.33% from 255) = 83.97%
R=6.49%
G=9.54%
B=83.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal17252200.920.8900.14237.6485.6546.47
Hex1119DC5C590Eee562e
Octal213133413413101635612656
Binary1000111001110111001011100101100101110111011101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1119DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1119DC; }

 p { color: rgb(17,25,220); }

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

<style>
 a { background-color: #1119DC; }

 a { background-color: rgb(17,25,220); }

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

<style>
 span { border-color: #1119DC; }

 span { border-color: rgb(17,25,220); }

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