#2011BA

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

Shades of Medium Blue #2011BA

Tints of Medium Blue #2011BA

Color information

#2011BA (or 0x2011BA) is unknown color: approx Medium Blue. HEX triplet: 20, 11 and BA. RGB value is (32,17,186). Sum of RGB (Red+Green+Blue) = 32+17+186=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #2011BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011BA is #DFEE45. Grayscale: #282828. Windows color (decimal): -14675526 or 12194080. OLE color: 12194080.

HSL color Cylindrical-coordinate representation of color #2011BA: hue angle of 245.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2011BA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3217186-
CMYK0.830.9100.27
HSL245.33º83.25%39.8%-
HSV(B)245.33º90.86%72.94%-
XYZ9.664.2546.77-
YUV40.75209.97121.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 186 (73.05% from 255) = 79.15%
R=13.62%
G=7.23%
B=79.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32171860.830.9100.27245.3383.2539.8
Hex2011BA535B01Bf55328
Octal402127212313303336512350
Binary100000100011011101010100111011011011011111101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2011BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2011BA; }

 p { color: rgb(32,17,186); }

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

<style>
 a { background-color: #2011BA; }

 a { background-color: rgb(32,17,186); }

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

<style>
 span { border-color: #2011BA; }

 span { border-color: rgb(32,17,186); }

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