Html Css Color HEX #140EBA Medium Blue

📋 copy color: '#140EBA'

red 20 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #140EBA

Tints of Medium Blue #140EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.36%

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 9.09%
G = 6.36%
B = 84.55%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#140EBA (or 0x140EBA) is known color: Medium Blue. HEX triplet: 14, 0E and BA. RGB value is (20,14,186). Sum of RGB (Red+Green+Blue) = 20+14+186=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #140EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140EBA is #EBF145. Grayscale: #222222. Windows color (decimal): -15462726 or 12193300. OLE color: 12193300.

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

Color convert

RGB 20 14 186 -
CMYK 0.89 0.92 0 0.27
HSL 242.09º 0.86% 0.39% -
HSV(B) 242.09º 0.92% 0.73% -
XYZ 9.31 4.01 46.74 -
YUV 35.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 20 14 186 0.89 0.92 0 0.27 242.09 0.86 0.39
Hex 14 E BA 59 5C 0 1B F2 56 27
Octal 24 16 272 131 134 0 33 362 126 47
Binary 10100 1110 10111010 1011001 1011100 0 11011 11110010 1010110 100111

Color Harmonies of #140EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EBA

Black with #140EBA

Text Example


Text Example

White with #140EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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