Html Css Color HEX #140BC4 Medium Blue

📋 copy color: '#140BC4'

red 20 ◦ green 11 ◦ blue 196

#140BC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #140BC4

Tints of Medium Blue #140BC4

RGB

 RED value IS 20 (8.2% from 255) = 8.81%

 GREEN value IS 11 (4.69% from 255) = 4.85%

 BLUE value IS 196 (76.95% from 255) = 86.34%

R = 8.81%
G = 4.85%
B = 86.34%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#140BC4 (or 0x140BC4) is known color: Medium Blue. HEX triplet: 14, 0B and C4. RGB value is (20,11,196). Sum of RGB (Red+Green+Blue) = 20+11+196=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 196 (76.95% from 255 or 86.34% from 227); Max value from RGB is 196 - color contains mainly: blue. Hex color #140BC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BC4 is #EBF43B. Grayscale: #222222. Windows color (decimal): -15463484 or 12847892. OLE color: 12847892.

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

Color convert

RGB 20 11 196 -
CMYK 0.90 0.94 0 0.23
HSL 242.92º 0.89% 0.41% -
HSV(B) 242.92º 0.94% 0.77% -
XYZ 10.37 4.37 52.52 -
YUV 34.78 218.98 117.46 -
System Red Green Blue C M Y K H S L
Decimal 20 11 196 0.90 0.94 0 0.23 242.92 0.89 0.41
Hex 14 B C4 5A 5E 0 17 F3 59 29
Octal 24 13 304 132 136 0 27 363 131 51
Binary 10100 1011 11000100 1011010 1011110 0 10111 11110011 1011001 101001

Color Harmonies of #140BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BC4

Black with #140BC4

Text Example


Text Example

White with #140BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,11,196); }

 H1.HeaderClassName
 {
   color: #140BC4;
 }
 .AnyTagClassName
 {
   color: #140BC4;
 }
</style>

background-color css

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

 a { background-color: rgb(20,11,196); }

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

border-color css

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

 span { border-color: rgb(20,11,196); }

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