#140DBA

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

Shades of Medium Blue #140DBA

Tints of Medium Blue #140DBA

Color information

#140DBA (or 0x140DBA) is unknown color: approx Medium Blue. HEX triplet: 14, 0D and BA. RGB value is (20,13,186). Sum of RGB (Red+Green+Blue) = 20+13+186=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #140DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DBA is #EBF245. Grayscale: #222222. Windows color (decimal): -15462982 or 12193044. OLE color: 12193044.

HSL color Cylindrical-coordinate representation of color #140DBA: hue angle of 242.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DBA is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2013186-
CMYK0.890.9300.27
HSL242.43º86.93%39.02%-
HSV(B)242.43º93.01%72.94%-
XYZ9.33.9846.73-
YUV34.82213.32117.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 186 (73.05% from 255) = 84.93%
R=9.13%
G=5.94%
B=84.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20131860.890.9300.27242.4386.9339.02
Hex14DBA595D01Bf25727
Octal241527213113503336212747
Binary1010011011011101010110011011101011011111100101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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