#140AC9

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

Shades of Medium Blue #140AC9

Tints of Medium Blue #140AC9

Color information

#140AC9 (or 0x140AC9) is unknown color: approx Medium Blue. HEX triplet: 14, 0A and C9. RGB value is (20,10,201). Sum of RGB (Red+Green+Blue) = 20+10+201=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 201 (78.91% from 255 or 87.01% from 231); Max value from RGB is 201 - color contains mainly: blue. Hex color #140AC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140AC9 is #EBF536. Grayscale: #222222. Windows color (decimal): -15463735 or 13175316. OLE color: 13175316.

HSL color Cylindrical-coordinate representation of color #140AC9: hue angle of 243.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140AC9 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2010201-
CMYK0.900.9500.21
HSL243.14º90.52%41.37%-
HSV(B)243.14º95.02%78.82%-
XYZ10.944.5855.57-
YUV34.76221.81117.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 201 (78.91% from 255) = 87.01%
R=8.66%
G=4.33%
B=87.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20102010.900.9500.21243.1490.5241.37
Hex14AC95A5F015f35b29
Octal241231113213702536313351
Binary1010010101100100110110101011111010101111100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,201); }

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

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

 a { background-color: rgb(20,10,201); }

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

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

 span { border-color: rgb(20,10,201); }

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