#140BB6

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

Shades of Medium Blue #140BB6

Tints of Medium Blue #140BB6

Color information

#140BB6 (or 0x140BB6) is unknown color: approx Medium Blue. HEX triplet: 14, 0B and B6. RGB value is (20,11,182). Sum of RGB (Red+Green+Blue) = 20+11+182=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 182 (71.48% from 255 or 85.45% from 213); Max value from RGB is 182 - color contains mainly: blue. Hex color #140BB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BB6 is #EBF449. Grayscale: #202020. Windows color (decimal): -15463498 or 11930388. OLE color: 11930388.

HSL color Cylindrical-coordinate representation of color #140BB6: hue angle of 243.16º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140BB6 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2011182-
CMYK0.890.9400.29
HSL243.16º88.6%37.84%-
HSV(B)243.16º93.96%71.37%-
XYZ8.853.7744.52-
YUV33.18211.98118.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 182 (71.48% from 255) = 85.45%
R=9.39%
G=5.16%
B=85.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20111820.890.9400.29243.1688.637.84
Hex14BB6595E01Df35926
Octal241326613113603536313146
Binary1010010111011011010110011011110011101111100111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140BB6; }

 p { color: rgb(20,11,182); }

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

<style>
 a { background-color: #140BB6; }

 a { background-color: rgb(20,11,182); }

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

<style>
 span { border-color: #140BB6; }

 span { border-color: rgb(20,11,182); }

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