#140CC3

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

Shades of Medium Blue #140CC3

Tints of Medium Blue #140CC3

Color information

#140CC3 (or 0x140CC3) is unknown color: approx Medium Blue. HEX triplet: 14, 0C and C3. RGB value is (20,12,195). Sum of RGB (Red+Green+Blue) = 20+12+195=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 195 (76.56% from 255 or 85.90% from 227); Max value from RGB is 195 - color contains mainly: blue. Hex color #140CC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CC3 is #EBF33C. Grayscale: #222222. Windows color (decimal): -15463229 or 12782612. OLE color: 12782612.

HSL color Cylindrical-coordinate representation of color #140CC3: hue angle of 242.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140CC3 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2012195-
CMYK0.900.9400.24
HSL242.62º88.41%40.59%-
HSV(B)242.62º93.85%76.47%-
XYZ10.274.3551.93-
YUV35.25218.15117.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 195 (76.56% from 255) = 85.90%
R=8.81%
G=5.29%
B=85.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20121950.900.9400.24242.6288.4140.59
Hex14CC35A5E018f35829
Octal241430313213603036313051
Binary1010011001100001110110101011110011000111100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,12,195); }

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

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

 a { background-color: rgb(20,12,195); }

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

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

 span { border-color: rgb(20,12,195); }

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