Html Css Color HEX #140CBE Medium Blue

📋 copy color: '#140CBE'

red 20 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #140CBE

Tints of Medium Blue #140CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 190 (74.61% from 255) = 85.59%

R = 9.01%
G = 5.41%
B = 85.59%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#140CBE (or 0x140CBE) is known color: Medium Blue. HEX triplet: 14, 0C and BE. RGB value is (20,12,190). Sum of RGB (Red+Green+Blue) = 20+12+190=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #140CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CBE is #EBF341. Grayscale: #212121. Windows color (decimal): -15463234 or 12454932. OLE color: 12454932.

HSL color Cylindrical-coordinate representation of color #140CBE: hue angle of 242.7º 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 #140CBE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 12 190 -
CMYK 0.89 0.94 0 0.25
HSL 242.7º 0.88% 0.4% -
HSV(B) 242.7º 0.94% 0.75% -
XYZ 9.71 4.13 49 -
YUV 34.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 20 12 190 0.89 0.94 0 0.25 242.7 0.88 0.4
Hex 14 C BE 59 5E 0 19 F3 58 28
Octal 24 14 276 131 136 0 31 363 130 50
Binary 10100 1100 10111110 1011001 1011110 0 11001 11110011 1011000 101000

Color Harmonies of #140CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CBE

Black with #140CBE

Text Example


Text Example

White with #140CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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