#140CBF

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

Shades of Medium Blue #140CBF

Tints of Medium Blue #140CBF

Color information

#140CBF (or 0x140CBF) is unknown color: approx Medium Blue. HEX triplet: 14, 0C and BF. RGB value is (20,12,191). Sum of RGB (Red+Green+Blue) = 20+12+191=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #140CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CBF is #EBF340. Grayscale: #222222. Windows color (decimal): -15463233 or 12520468. OLE color: 12520468.

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

Color convert

RGB2012191-
CMYK0.900.9400.25
HSL242.68º88.18%39.8%-
HSV(B)242.68º93.72%74.9%-
XYZ9.824.1749.58-
YUV34.8216.15117.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 191 (75% from 255) = 85.65%
R=8.97%
G=5.38%
B=85.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20121910.900.9400.25242.6888.1839.8
Hex14CBF5A5E019f35828
Octal241427713213603136313050
Binary1010011001011111110110101011110011001111100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel