#140DC0

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

Shades of Medium Blue #140DC0

Tints of Medium Blue #140DC0

Color information

#140DC0 (or 0x140DC0) is unknown color: approx Medium Blue. HEX triplet: 14, 0D and C0. RGB value is (20,13,192). Sum of RGB (Red+Green+Blue) = 20+13+192=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #140DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DC0 is #EBF23F. Grayscale: #222222. Windows color (decimal): -15462976 or 12586260. OLE color: 12586260.

HSL color Cylindrical-coordinate representation of color #140DC0: hue angle of 242.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DC0 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2013192-
CMYK0.900.9300.25
HSL242.35º87.32%40.2%-
HSV(B)242.35º93.23%75.29%-
XYZ9.954.2450.16-
YUV35.5216.32116.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 192 (75.39% from 255) = 85.33%
R=8.89%
G=5.78%
B=85.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20131920.900.9300.25242.3587.3240.2
Hex14DC05A5D019f25728
Octal241530013213503136212750
Binary1010011011100000010110101011101011001111100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,13,192); }

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

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

 a { background-color: rgb(20,13,192); }

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

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

 span { border-color: rgb(20,13,192); }

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