Html Css Color HEX #2011BA Medium Blue

📋 copy color: '#2011BA'

red 32 ◦ green 17 ◦ blue 186

#2011BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2011BA

Tints of Medium Blue #2011BA

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 value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2011BA (or 0x2011BA) is known color: 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

RGB 32 17 186 -
CMYK 0.83 0.91 0 0.27
HSL 245.33º 0.83% 0.4% -
HSV(B) 245.33º 0.91% 0.73% -
XYZ 9.66 4.25 46.77 -
YUV 40.75 209.97 121.76 -
System Red Green Blue C M Y K H S L
Decimal 32 17 186 0.83 0.91 0 0.27 245.33 0.83 0.4
Hex 20 11 BA 53 5B 0 1B F5 53 28
Octal 40 21 272 123 133 0 33 365 123 50
Binary 100000 10001 10111010 1010011 1011011 0 11011 11110101 1010011 101000

Color Harmonies of #2011BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2011BA

Black with #2011BA

Text Example


Text Example

White with #2011BA

Text Example


Text Example

HTML Codes & Css Web 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>